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.server
Methods in org.apache.cayenne.configuration.server that return types with arguments of type ValueObjectTypeModifier and TypeMethodDescriptionstatic ListBuilder
<ValueObjectType> ServerModule.contributeValueObjectTypes
(Binder binder)