public interface ValueObjectTypeRegistry
Registry of user-defined descriptors of custom value objects' classes.
Used to convert this objects into values that can be used directly with JDBC.
Part of replacement for the ExtendedTypes API
for the end-user.
ValueObjectType
Modifier and Type | Method and Description |
---|---|
<T> ValueObjectType<T,?> |
getValueType(Class<? extends T> valueClass)
Lookup descriptor in this registry.
|
<T> ValueObjectType<T,?> getValueType(Class<? extends T> valueClass)
valueClass
- class of the custom value objectValueObjectType
descriptorCopyright © 2001–2023 Apache Cayenne. All rights reserved.