|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Dictionary | |
org.jpox | This package provides classes that are typically client-facing. |
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 Dictionary in org.jpox |
Methods in org.jpox that return Dictionary | |
Dictionary |
PMFConfiguration.getDictionary()
Accessor for the dictionary. |
Uses of Dictionary in org.jpox.store |
Fields in org.jpox.store declared as Dictionary | |
protected Dictionary |
StoreManager.dictionary
Dictionary to use for identifiers etc. |
protected Dictionary |
AbstractDatastoreAdapter.dictionary
The dictionary to use for identifiers etc. |
Methods in org.jpox.store that return Dictionary | |
static Dictionary |
Dictionary.getDefaultDictionary()
Method to return a Dictionary using defaulted settings. |
Dictionary |
DatastoreAdapter.getDictionary()
Accessor for the Dictionary. |
Dictionary |
AbstractDatastoreAdapter.getDictionary()
|
Constructors in org.jpox.store with parameters of type Dictionary | |
AbstractDatastoreAdapter(Dictionary dictionary)
Constructor. |
Uses of Dictionary in org.jpox.store.rdbms.adapter |
Methods in org.jpox.store.rdbms.adapter with parameters of type Dictionary | |
DatastoreAdapter |
RDBMSAdapterFactory.getDatastoreAdapter(ClassLoaderResolver clr,
java.sql.Connection conn,
java.lang.String adapterClassName,
Dictionary dictionary,
PluginManager pluginMgr)
Accessor for an adapter, given a Connection to the datastore. |
protected DatastoreAdapter |
RDBMSAdapterFactory.getNewDatastoreAdapter(ClassLoaderResolver clr,
java.sql.DatabaseMetaData metadata,
java.lang.String adapterClassName,
Dictionary dictionary)
Accessor for the adapter for a specified datastore product. |
Constructors in org.jpox.store.rdbms.adapter with parameters of type Dictionary | |
DatabaseAdapter(Dictionary dictionary,
java.sql.DatabaseMetaData metadata)
Constructs a database adapter based on the given JDBC metadata. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |