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