| Package | Description | 
|---|---|
| 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.firebird | |
| 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.sqlite | |
| org.apache.cayenne.dba.sybase | Sybase DbAdapter. | 
| Modifier and Type | Method and Description | 
|---|---|
| RowDescriptor | RowDescriptorBuilder. getDescriptor(ExtendedTypeMap typeMap)Returns a RowDescriptor built based on the builder internal state. | 
| Constructor and Description | 
|---|
| ValueObjectTypeFactory(ExtendedTypeMap map,
                      ValueObjectTypeRegistry valueObjectTypeRegistry) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ExtendedTypeMap | JdbcAdapter. extendedTypes | 
| Modifier and Type | Method and Description | 
|---|---|
| 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() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | JdbcAdapter. configureExtendedTypes(ExtendedTypeMap map)Called from  JdbcAdapter.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. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | DB2Adapter. configureExtendedTypes(ExtendedTypeMap map) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | DerbyAdapter. configureExtendedTypes(ExtendedTypeMap map)Installs appropriate ExtendedTypes as converters for passing values between JDBC
 and Java layers. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | FirebirdAdapter. configureExtendedTypes(ExtendedTypeMap map) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | FrontBaseAdapter. configureExtendedTypes(ExtendedTypeMap map) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | HSQLDBAdapter. configureExtendedTypes(ExtendedTypeMap map) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | IngresAdapter. configureExtendedTypes(ExtendedTypeMap map) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | MySQLAdapter. configureExtendedTypes(ExtendedTypeMap map)Installs appropriate ExtendedTypes used as converters for passing values
 between JDBC and Java layers. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | OpenBaseAdapter. configureExtendedTypes(ExtendedTypeMap map) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | OracleAdapter. configureExtendedTypes(ExtendedTypeMap map)Installs appropriate ExtendedTypes as converters for passing values
 between JDBC and Java layers. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | PostgresAdapter. configureExtendedTypes(ExtendedTypeMap map)Installs appropriate ExtendedTypes as converters for passing values
 between JDBC and Java layers. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SQLiteAdapter. configureExtendedTypes(ExtendedTypeMap map) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SybaseAdapter. configureExtendedTypes(ExtendedTypeMap map)Installs appropriate ExtendedTypes as converters for passing values
 between JDBC and Java layers. | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.