Uses of Interface
org.apache.cayenne.access.types.ValueObjectType
Packages that use ValueObjectType
Package
Description
Defines an extendable mechanism to map Java types to JDBC types.
-
Uses of ValueObjectType in org.apache.cayenne.access.types
Classes in org.apache.cayenne.access.types that implement ValueObjectTypeModifier and TypeClassDescriptionclass
class
class
This is char and Character type mapped to zero or one char String.class
class
class
class
class
Methods in org.apache.cayenne.access.types that return ValueObjectTypeModifier and TypeMethodDescription<T> ValueObjectType
<T, ?> DefaultValueObjectTypeRegistry.getValueType
(Class<? extends T> valueClass) <T> ValueObjectType
<T, ?> ValueObjectTypeRegistry.getValueType
(Class<? extends T> valueClass) Lookup descriptor in this registry.Methods in org.apache.cayenne.access.types that return types with arguments of type ValueObjectTypeConstructor parameters in org.apache.cayenne.access.types with type arguments of type ValueObjectTypeModifierConstructorDescriptionDefaultValueObjectTypeRegistry
(List<ValueObjectType<?, ?>> valueObjectTypeList) -
Uses of ValueObjectType in org.apache.cayenne.configuration.runtime
Methods in org.apache.cayenne.configuration.runtime that return types with arguments of type ValueObjectTypeModifier and TypeMethodDescriptionstatic ListBuilder
<ValueObjectType> CoreModule.contributeValueObjectTypes
(Binder binder) Deprecated.Methods in org.apache.cayenne.configuration.runtime with parameters of type ValueObjectTypeModifier and TypeMethodDescriptionCoreModuleExtender.addValueObjectType
(ValueObjectType<?, ?> type) Adds a customValueObjectType
.Method parameters in org.apache.cayenne.configuration.runtime with type arguments of type ValueObjectTypeModifier and TypeMethodDescriptionCoreModuleExtender.addValueObjectType
(Class<? extends ValueObjectType<?, ?>> type) Adds a customValueObjectType
.
CoreModule.extend(Binder)
API