Uses of Class
org.apache.cayenne.access.types.ExtendedTypeMap
Packages that use ExtendedTypeMap
Package
Description
Contains classes that handle JDBC interactions.
Defines an extendable mechanism to map Java types to JDBC types.
Contains database adapter API (DbAdapter) and its default implementation.
IBM DB2 DbAdapter.
Apache Derby DbAdapter.
FrontBase DbAdapter.
HSQLDB DbAdapter.
MySQL DbAdapter.
Oracle DbAdapter.
PostgreSQL DbAdapter.
MS SQLServer DbAdapter.
Sybase DbAdapter.
- 
Uses of ExtendedTypeMap in org.apache.cayenne.access.jdbcMethods in org.apache.cayenne.access.jdbc with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionRowDescriptorBuilder.getDescriptor(ExtendedTypeMap typeMap) Returns a RowDescriptor built based on the builder internal state.
- 
Uses of ExtendedTypeMap in org.apache.cayenne.access.typesConstructors in org.apache.cayenne.access.types with parameters of type ExtendedTypeMapModifierConstructorDescriptionValueObjectTypeFactory(ExtendedTypeMap map, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dbaFields in org.apache.cayenne.dba declared as ExtendedTypeMapMethods in org.apache.cayenne.dba that return ExtendedTypeMapModifier and TypeMethodDescriptionAutoAdapter.getExtendedTypes()DbAdapter.getExtendedTypes()Returns a map of ExtendedTypes that is used to translate values between Java and JDBC layer.JdbcAdapter.getExtendedTypes()Methods in org.apache.cayenne.dba with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidJdbcAdapter.configureExtendedTypes(ExtendedTypeMap map) Called fromJdbcAdapter.initExtendedTypes(List, List, List, ValueObjectTypeRegistry)to load adapter-specific types into the ExtendedTypeMap right after the default types are loaded, but before the DI overrides are.
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dba.db2Methods in org.apache.cayenne.dba.db2 with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidDB2Adapter.configureExtendedTypes(ExtendedTypeMap map) 
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dba.derbyMethods in org.apache.cayenne.dba.derby with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidDerbyAdapter.configureExtendedTypes(ExtendedTypeMap map) Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dba.firebirdMethods in org.apache.cayenne.dba.firebird with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidFirebirdAdapter.configureExtendedTypes(ExtendedTypeMap map) 
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dba.frontbaseMethods in org.apache.cayenne.dba.frontbase with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidFrontBaseAdapter.configureExtendedTypes(ExtendedTypeMap map) 
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dba.h2Methods in org.apache.cayenne.dba.h2 with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidH2Adapter.configureExtendedTypes(ExtendedTypeMap map) Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dba.hsqldbMethods in org.apache.cayenne.dba.hsqldb with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidHSQLDBAdapter.configureExtendedTypes(ExtendedTypeMap map) 
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dba.ingresMethods in org.apache.cayenne.dba.ingres with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidIngresAdapter.configureExtendedTypes(ExtendedTypeMap map) 
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dba.mysqlMethods in org.apache.cayenne.dba.mysql with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidMySQLAdapter.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.oracleMethods in org.apache.cayenne.dba.oracle with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidOracleAdapter.configureExtendedTypes(ExtendedTypeMap map) Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dba.postgresMethods in org.apache.cayenne.dba.postgres with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidPostgresAdapter.configureExtendedTypes(ExtendedTypeMap map) Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dba.sqliteMethods in org.apache.cayenne.dba.sqlite with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidSQLiteAdapter.configureExtendedTypes(ExtendedTypeMap map) 
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dba.sqlserverMethods in org.apache.cayenne.dba.sqlserver with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidSQLServerAdapter.configureExtendedTypes(ExtendedTypeMap map) 
- 
Uses of ExtendedTypeMap in org.apache.cayenne.dba.sybaseMethods in org.apache.cayenne.dba.sybase with parameters of type ExtendedTypeMapModifier and TypeMethodDescriptionprotected voidSybaseAdapter.configureExtendedTypes(ExtendedTypeMap map) Installs appropriate ExtendedTypes as converters for passing values between JDBC and Java layers.