Package | Description |
---|---|
org.apache.cayenne.access.types |
Defines an extendable mechanism to map Java types to JDBC types.
|
org.apache.cayenne.configuration.server |
Modifier and Type | Class and Description |
---|---|
class |
BigIntegerValueType |
class |
CharacterValueType
This is char and Character type mapped to zero or one char String.
|
class |
LocalDateTimeValueType |
class |
LocalDateValueType |
class |
LocalTimeValueType |
class |
UUIDValueType |
Modifier and Type | Method and Description |
---|---|
<T> ValueObjectType<T,?> |
DefaultValueObjectTypeRegistry.getValueType(Class<? extends T> valueClass) |
<T> ValueObjectType<T,?> |
ValueObjectTypeRegistry.getValueType(Class<? extends T> valueClass)
Lookup descriptor in this registry.
|
Modifier and Type | Method and Description |
---|---|
ExtendedType<? extends ValueObjectType> |
ValueObjectTypeFactory.getType(Class<?> objectClass) |
Constructor and Description |
---|
DefaultValueObjectTypeRegistry(List<ValueObjectType<?,?>> valueObjectTypeList) |
Modifier and Type | Method and Description |
---|---|
static ListBuilder<ValueObjectType> |
ServerModule.contributeValueObjectTypes(Binder binder) |
Copyright © 2001–2019 Apache Cayenne. All rights reserved.