Uses of Class
org.apache.cayenne.access.types.ExtendedTypeMap

Packages that use ExtendedTypeMap
org.apache.cayenne.access.jdbc Contains classes that handle JDBC interactions. 
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.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.sybase Sybase DbAdapter. 
 

Uses of ExtendedTypeMap in org.apache.cayenne.access.jdbc
 

Methods in org.apache.cayenne.access.jdbc with parameters of type ExtendedTypeMap
protected  void RowDescriptor.indexTypes(ExtendedTypeMap types)
          Initializes converters for columns.
 

Constructors in org.apache.cayenne.access.jdbc with parameters of type ExtendedTypeMap
RowDescriptor(ColumnDescriptor[] columns, ExtendedTypeMap types)
          Creates a RowDescriptor for an array of columns.
RowDescriptor(ResultSet resultSet, ExtendedTypeMap types)
          Creates new RowDescriptor using ResultSet metadata to determine the columns.
RowDescriptor(ResultSet resultSet, ExtendedTypeMap types, Map javaTypeOverrides)
          Creates new RowDescriptor using ResultSet metadata to determine the columns.
 

Uses of ExtendedTypeMap in org.apache.cayenne.dba
 

Fields in org.apache.cayenne.dba declared as ExtendedTypeMap
protected  ExtendedTypeMap JdbcAdapter.extendedTypes
           
 

Methods in org.apache.cayenne.dba that return ExtendedTypeMap
 ExtendedTypeMap AutoAdapter.getExtendedTypes()
           
 ExtendedTypeMap DbAdapter.getExtendedTypes()
          Returns a map of ExtendedTypes that is used to translate values between Java and JDBC layer.
 ExtendedTypeMap JdbcAdapter.getExtendedTypes()
           
 

Methods in org.apache.cayenne.dba with parameters of type ExtendedTypeMap
protected  void JdbcAdapter.configureExtendedTypes(ExtendedTypeMap map)
          Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
 

Uses of ExtendedTypeMap in org.apache.cayenne.dba.db2
 

Methods in org.apache.cayenne.dba.db2 with parameters of type ExtendedTypeMap
protected  void DB2Adapter.configureExtendedTypes(ExtendedTypeMap map)
           
 

Uses of ExtendedTypeMap in org.apache.cayenne.dba.derby
 

Methods in org.apache.cayenne.dba.derby with parameters of type ExtendedTypeMap
protected  void DerbyAdapter.configureExtendedTypes(ExtendedTypeMap map)
          Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
 

Uses of ExtendedTypeMap in org.apache.cayenne.dba.frontbase
 

Methods in org.apache.cayenne.dba.frontbase with parameters of type ExtendedTypeMap
protected  void FrontBaseAdapter.configureExtendedTypes(ExtendedTypeMap map)
           
 

Uses of ExtendedTypeMap in org.apache.cayenne.dba.hsqldb
 

Methods in org.apache.cayenne.dba.hsqldb with parameters of type ExtendedTypeMap
protected  void HSQLDBAdapter.configureExtendedTypes(ExtendedTypeMap map)
           
 

Uses of ExtendedTypeMap in org.apache.cayenne.dba.ingres
 

Methods in org.apache.cayenne.dba.ingres with parameters of type ExtendedTypeMap
protected  void IngresAdapter.configureExtendedTypes(ExtendedTypeMap map)
           
 

Uses of ExtendedTypeMap in org.apache.cayenne.dba.mysql
 

Methods in org.apache.cayenne.dba.mysql with parameters of type ExtendedTypeMap
protected  void MySQLAdapter.configureExtendedTypes(ExtendedTypeMap map)
          Installs appropriate ExtendedTypes used as converters for passing values between JDBC and Java layers.
 

Uses of ExtendedTypeMap in org.apache.cayenne.dba.openbase
 

Methods in org.apache.cayenne.dba.openbase with parameters of type ExtendedTypeMap
protected  void OpenBaseAdapter.configureExtendedTypes(ExtendedTypeMap map)
           
 

Uses of ExtendedTypeMap in org.apache.cayenne.dba.oracle
 

Methods in org.apache.cayenne.dba.oracle with parameters of type ExtendedTypeMap
protected  void OracleAdapter.configureExtendedTypes(ExtendedTypeMap map)
          Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
 

Uses of ExtendedTypeMap in org.apache.cayenne.dba.postgres
 

Methods in org.apache.cayenne.dba.postgres with parameters of type ExtendedTypeMap
protected  void PostgresAdapter.configureExtendedTypes(ExtendedTypeMap map)
          Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
 

Uses of ExtendedTypeMap in org.apache.cayenne.dba.sybase
 

Methods in org.apache.cayenne.dba.sybase with parameters of type ExtendedTypeMap
protected  void SybaseAdapter.configureExtendedTypes(ExtendedTypeMap map)
          Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
 



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