Uses of Interface
org.jpox.store.expression.ExpressionOperatorAdapter

Packages that use ExpressionOperatorAdapter
org.jpox.store Definition of the storage of the classes. 
org.jpox.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
 

Uses of ExpressionOperatorAdapter in org.jpox.store
 

Subinterfaces of ExpressionOperatorAdapter in org.jpox.store
 interface DatastoreAdapter
          Definition of a datastore adapter.
 

Classes in org.jpox.store that implement ExpressionOperatorAdapter
 class AbstractDatastoreAdapter
          Generalised datastore representation.
 

Uses of ExpressionOperatorAdapter in org.jpox.store.rdbms.adapter
 

Subinterfaces of ExpressionOperatorAdapter in org.jpox.store.rdbms.adapter
 interface RDBMSAdapter
          Adapter for relational databases
 

Classes in org.jpox.store.rdbms.adapter that implement ExpressionOperatorAdapter
 class DatabaseAdapter
          Provides methods for adapting SQL language elements to a specific vendor's database.
 



Copyright © -2007 . All Rights Reserved.