Interface PersistenceLegacyTypeHandlerCreator<M>
-
- All Known Subinterfaces:
BinaryLegacyTypeHandlerCreator
- All Known Implementing Classes:
BinaryLegacyTypeHandlerCreator.Default,PersistenceLegacyTypeHandlerCreator.Abstract
public interface PersistenceLegacyTypeHandlerCreator<M>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPersistenceLegacyTypeHandlerCreator.Abstract<M>
-
Method Summary
Modifier and Type Method Description <T> PersistenceLegacyTypeHandler<M,T>createLegacyTypeHandler(PersistenceLegacyTypeMappingResult<M,T> mappingResult)
-
-
-
Method Detail
-
createLegacyTypeHandler
<T> PersistenceLegacyTypeHandler<M,T> createLegacyTypeHandler(PersistenceLegacyTypeMappingResult<M,T> mappingResult)
-
-