Uses of Interface
org.apache.cayenne.access.types.ValueObjectTypeRegistry
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.access.typesClasses in org.apache.cayenne.access.types that implement ValueObjectTypeRegistry Modifier and Type Class Description classDefaultValueObjectTypeRegistryDefault implementation ofValueObjectTypeRegistryConstructors in org.apache.cayenne.access.types with parameters of type ValueObjectTypeRegistry Constructor Description ValueObjectTypeFactory(ExtendedTypeMap map, ValueObjectTypeRegistry valueObjectTypeRegistry)
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.configuration.serverFields in org.apache.cayenne.configuration.server declared as ValueObjectTypeRegistry Modifier and Type Field Description protected ValueObjectTypeRegistryDataDomainProvider. valueObjectTypeRegistry
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dbaMethods in org.apache.cayenne.dba with parameters of type ValueObjectTypeRegistry Modifier and Type Method Description protected voidJdbcAdapter. initExtendedTypes(List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ValueObjectTypeRegistry valueObjectTypeRegistry)Constructors in org.apache.cayenne.dba with parameters of type ValueObjectTypeRegistry Constructor Description JdbcAdapter(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 ValueObjectTypeRegistry Constructor Description DB2Adapter(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 ValueObjectTypeRegistry Constructor Description DerbyAdapter(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 ValueObjectTypeRegistry Constructor Description FirebirdAdapter(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 ValueObjectTypeRegistry Constructor Description FrontBaseAdapter(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 ValueObjectTypeRegistry Constructor Description H2Adapter(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 ValueObjectTypeRegistry Constructor Description HSQLDBAdapter(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 ValueObjectTypeRegistry Constructor Description IngresAdapter(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 ValueObjectTypeRegistry Constructor Description MySQLAdapter(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry)
- 
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.openbaseConstructors in org.apache.cayenne.dba.openbase with parameters of type ValueObjectTypeRegistry Constructor Description OpenBaseAdapter(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 ValueObjectTypeRegistry Constructor Description Oracle8Adapter(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 ValueObjectTypeRegistry Constructor Description PostgresAdapter(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 ValueObjectTypeRegistry Constructor Description SQLiteAdapter(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 ValueObjectTypeRegistry Constructor Description SQLServerAdapter(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 ValueObjectTypeRegistry Constructor Description SybaseAdapter(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 ValueObjectTypeRegistry Modifier and Type Field Description protected ValueObjectTypeRegistryEntityResolver. valueObjectTypeRegistryMethods in org.apache.cayenne.map that return ValueObjectTypeRegistry Modifier and Type Method Description ValueObjectTypeRegistryEntityResolver. getValueObjectTypeRegistry()Methods in org.apache.cayenne.map with parameters of type ValueObjectTypeRegistry Modifier and Type Method Description voidEntityResolver. setValueObjectTypeRegistry(ValueObjectTypeRegistry valueObjectTypeRegistry)