Uses of Interface
org.apache.cayenne.access.types.ValueObjectTypeRegistry
Packages that use ValueObjectTypeRegistry
Package
Description
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.
Contains O/R mapping classes that store relational database 
metadata information and map it to Java classes.
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.access.typesClasses in org.apache.cayenne.access.types that implement ValueObjectTypeRegistryConstructors in org.apache.cayenne.access.types with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionValueObjectTypeFactory(ExtendedTypeMap map, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dbaMethods in org.apache.cayenne.dba with parameters of type ValueObjectTypeRegistryModifier and TypeMethodDescriptionprotected voidJdbcAdapter.initExtendedTypes(List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ValueObjectTypeRegistry valueObjectTypeRegistry) Constructors in org.apache.cayenne.dba with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionJdbcAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) Creates new JdbcAdapter with a set of default parameters.
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.db2Constructors in org.apache.cayenne.dba.db2 with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionDB2Adapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.derbyConstructors in org.apache.cayenne.dba.derby with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionDerbyAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.firebirdConstructors in org.apache.cayenne.dba.firebird with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionFirebirdAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.frontbaseConstructors in org.apache.cayenne.dba.frontbase with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionFrontBaseAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.h2Constructors in org.apache.cayenne.dba.h2 with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionH2Adapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.hsqldbConstructors in org.apache.cayenne.dba.hsqldb with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionHSQLDBAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) HSQLDBNoSchemaAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.ingresConstructors in org.apache.cayenne.dba.ingres with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionIngresAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.mysqlConstructors in org.apache.cayenne.dba.mysql with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionMySQLAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.oracleConstructors in org.apache.cayenne.dba.oracle with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionOracle8Adapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) OracleAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.postgresConstructors in org.apache.cayenne.dba.postgres with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionPostgresAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.sqliteConstructors in org.apache.cayenne.dba.sqlite with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionSQLiteAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.sqlserverConstructors in org.apache.cayenne.dba.sqlserver with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionSQLServerAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.sybaseConstructors in org.apache.cayenne.dba.sybase with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionSybaseAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.mapFields in org.apache.cayenne.map declared as ValueObjectTypeRegistryModifier and TypeFieldDescriptionprotected ValueObjectTypeRegistryEntityResolver.valueObjectTypeRegistryMethods in org.apache.cayenne.map that return ValueObjectTypeRegistryMethods in org.apache.cayenne.map with parameters of type ValueObjectTypeRegistryModifier and TypeMethodDescriptionvoidEntityResolver.setValueObjectTypeRegistry(ValueObjectTypeRegistry valueObjectTypeRegistry) 
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.reflect.genericConstructors in org.apache.cayenne.reflect.generic with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionDefaultValueComparisonStrategyFactory(ValueObjectTypeRegistry valueObjectTypeRegistry)