Uses of Package
org.jpox.store.rdbms.typeinfo

Packages that use org.jpox.store.rdbms.typeinfo
org.jpox.store.mapping Package providing mappings for all supported Java types in JPOX. 
org.jpox.store.rdbms Package providing management of the persistence to RDBMS datastores. 
org.jpox.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation. 
org.jpox.store.rdbms.mapping Package containing mappings for datastore (JDBC) types. 
org.jpox.store.rdbms.mapping.oracle Package containing mappings for Oracle datastores, extending on the mappings found in packages org.jpox.store.mapping and org.jpox.store.rdbms.mapping
org.jpox.store.rdbms.typeinfo Acts as a wrapper around JDBC's Type meta-data, allowing the implmentation to control the precise aspects for each type. 
 

Classes in org.jpox.store.rdbms.typeinfo used by org.jpox.store.mapping
TypeInfo
          Represents the metadata of a specific JDBC data type.
 

Classes in org.jpox.store.rdbms.typeinfo used by org.jpox.store.rdbms
TypeInfo
          Represents the metadata of a specific JDBC data type.
 

Classes in org.jpox.store.rdbms.typeinfo used by org.jpox.store.rdbms.adapter
ExportedKeyInfo
          Represents the metadata of a specific exported key column.
ForeignKeyInfo
          Represents the metadata of a specific foreign key column.
TypeInfo
          Represents the metadata of a specific JDBC data type.
 

Classes in org.jpox.store.rdbms.typeinfo used by org.jpox.store.rdbms.mapping
TypeInfo
          Represents the metadata of a specific JDBC data type.
 

Classes in org.jpox.store.rdbms.typeinfo used by org.jpox.store.rdbms.mapping.oracle
TypeInfo
          Represents the metadata of a specific JDBC data type.
 

Classes in org.jpox.store.rdbms.typeinfo used by org.jpox.store.rdbms.typeinfo
ForeignKeyInfo
          Represents the metadata of a specific foreign key column.
TypeInfo
          Represents the metadata of a specific JDBC data type.
 



Copyright © -2007 . All Rights Reserved.