Uses of Package
org.apache.cayenne.access.types

Packages that use org.apache.cayenne.access.types
org.apache.cayenne.access.jdbc Contains classes that handle JDBC interactions. 
org.apache.cayenne.access.types Defines an extendable mechanism to map Java types to JDBC types. 
org.apache.cayenne.dba Contains database adapter API (DbAdapter) and its default implementation. 
org.apache.cayenne.dba.db2 IBM DB2 DbAdapter. 
org.apache.cayenne.dba.derby Apache Derby DbAdapter. 
org.apache.cayenne.dba.frontbase FrontBase DbAdapter. 
org.apache.cayenne.dba.h2   
org.apache.cayenne.dba.hsqldb HSQLDB DbAdapter. 
org.apache.cayenne.dba.ingres   
org.apache.cayenne.dba.mysql MySQL DbAdapter. 
org.apache.cayenne.dba.openbase OpenBase DbAdapter. 
org.apache.cayenne.dba.oracle Oracle DbAdapter. 
org.apache.cayenne.dba.postgres PostgreSQL DbAdapter. 
org.apache.cayenne.dba.sqlite   
org.apache.cayenne.dba.sqlserver MS SQLServer DbAdapter. 
org.apache.cayenne.dba.sybase Sybase DbAdapter. 
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.access.jdbc
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeMap
          Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.access.types
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
ExtendedTypeMap
          Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.db2
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
ExtendedTypeMap
          Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.derby
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
ExtendedTypeMap
          Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.frontbase
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
ExtendedTypeMap
          Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.h2
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.hsqldb
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.ingres
BooleanType
          Handles java.lang.Boolean mapping.
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
ExtendedTypeMap
          Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.mysql
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
ExtendedTypeMap
          Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.openbase
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
ExtendedTypeMap
          Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.oracle
ByteArrayType
          Handles byte[], mapping it as either of JDBC types - BLOB or (VAR)BINARY.
CharType
          Handles java.lang.String, mapping it as either of JDBC types - CLOB or (VAR)CHAR.
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
ExtendedTypeMap
          Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class.
UtilDateType
          Maps java.util.Date to any of the three database date/time types: TIME, DATE, TIMESTAMP.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.postgres
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
ExtendedTypeMap
          Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.sqlite
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
ExtendedTypeMap
          Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.sqlserver
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
 

Classes in org.apache.cayenne.access.types used by org.apache.cayenne.dba.sybase
ExtendedType
          Defines methods to read Java objects from JDBC ResultSets and write as parameters of PreparedStatements.
ExtendedTypeFactory
          ExtendedType factory interface.
ExtendedTypeMap
          Stores ExtendedTypes, implementing an algorithm to determine the right type for a given Java class.
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.