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.
OpenBase 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.types
Classes 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.configuration.server
Fields in org.apache.cayenne.configuration.server declared as ValueObjectTypeRegistryModifier and TypeFieldDescriptionprotected ValueObjectTypeRegistry
DataDomainProvider.valueObjectTypeRegistry
-
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba
Methods in org.apache.cayenne.dba with parameters of type ValueObjectTypeRegistryModifier and TypeMethodDescriptionprotected void
JdbcAdapter.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.db2
Constructors 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.derby
Constructors 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.firebird
Constructors 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.frontbase
Constructors 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.h2
Constructors 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.hsqldb
Constructors 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.ingres
Constructors 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.mysql
Constructors 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.openbase
Constructors in org.apache.cayenne.dba.openbase with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionOpenBaseAdapter
(RuntimeProperties runtimeProperties, List<ExtendedType> defaultExtendedTypes, List<ExtendedType> userExtendedTypes, List<ExtendedTypeFactory> extendedTypeFactories, ResourceLocator resourceLocator, ValueObjectTypeRegistry valueObjectTypeRegistry) Deprecated. -
Uses of ValueObjectTypeRegistry in org.apache.cayenne.dba.oracle
Constructors 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.postgres
Constructors 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.sqlite
Constructors 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.sqlserver
Constructors 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.sybase
Constructors 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.map
Fields in org.apache.cayenne.map declared as ValueObjectTypeRegistryModifier and TypeFieldDescriptionprotected ValueObjectTypeRegistry
EntityResolver.valueObjectTypeRegistry
Methods in org.apache.cayenne.map that return ValueObjectTypeRegistryMethods in org.apache.cayenne.map with parameters of type ValueObjectTypeRegistryModifier and TypeMethodDescriptionvoid
EntityResolver.setValueObjectTypeRegistry
(ValueObjectTypeRegistry valueObjectTypeRegistry) -
Uses of ValueObjectTypeRegistry in org.apache.cayenne.reflect.generic
Constructors in org.apache.cayenne.reflect.generic with parameters of type ValueObjectTypeRegistryModifierConstructorDescriptionDefaultValueComparisonStrategyFactory
(ValueObjectTypeRegistry valueObjectTypeRegistry)