この製品は、リレーショナル・データベースや非SQLデータベースなど、特定のデータ・マネージャー・コンポーネントを通じてデータ・アクセスを管理することを意図しているが、そのコンポーネントを使用せずにデータ・アクセス操作を実行するコードを含んでいる。
製品にデータ・アクセス・コンポーネントがある場合、そのコンポーネントを通じてすべてのデータ・アクセス操作を処理するように設計されている可能性があります。 データ・アクセス操作がそのコンポーネントの外部で実行された場合、意図された設計に違反している可能性があります。
The product is intended to manage data access through a particular data manager component such as a relational or non-SQL database, but it contains code that performs data access operations without using that component.
When the product has a data access component, the design may be intended to handle all data access operations through that component. If a data access operation is performed outside of that component, then this may indicate a violation of the intended design.