Interface PersistenceTypeHandlerCustom<D,​T>

Type Parameters:
D -
T -
All Superinterfaces:
PersistenceDataTypeHolder<D>, PersistenceTypeDefinition, PersistenceTypeDescription, PersistenceTypeHandler<D,​T>, PersistenceTypeIdentity, PersistenceTypeIdOwner, PersistenceTypeLink

public interface PersistenceTypeHandlerCustom<D,​T>
extends PersistenceTypeHandler<D,​T>
This type extends the PersistenceTypeHandler type only by the following reflection contract:

A class implementing this type can use arbitrary logic to translate instances of the handled type to their persistent form and back.

See Also:
PersistenceTypeHandlerGeneric