Package com.vladmihalcea.hibernate.type.util
-
Interface Summary Interface Description JsonSerializer Contract for serializing JSON objects.JsonSerializerSupplier Supplies a custom reference of a JacksonJsonSerializer
ListResultTransformer Deprecated. useListResultTransformer
insteadObjectMapperSupplier Supplies a custom reference of a JacksonObjectMapper
-
Class Summary Class Description CamelCaseToSnakeCaseNamingStrategy Deprecated. useCamelCaseToSnakeCaseNamingStrategy
insteadClassImportIntegrator TheClassImportIntegrator
implements the HibernateIntegrator
contract and allows you to provide aList
of classes to be imported using their simple name.Configuration Configuration
- It allows declarative configuration through thehibernate.properties
file or thehibernate-types.properties
file.MapResultTransformer<K,V> Deprecated. useMapResultTransformer
insteadObjectMapperJsonSerializer ObjectMapperWrapper Wraps a JacksonObjectMapper
so that you can supply your ownObjectMapper
reference.ObjectMapperWrapper.OffsetDateTimeDeserializer ObjectMapperWrapper.OffsetDateTimeSerializer ParameterizedParameterType A stubParameterType
that returns sane values forParameterizedParameterType.getReturnedClass()
andParameterizedParameterType.getAnnotationsMethod()
.ParameterTypeUtils ParameterizedTypeUtils
-DynamicParameterizedType.ParameterType
utilities holder.SQLExtractor Deprecated. useSQLExtractor
instead -
Enum Summary Enum Description Configuration.PropertyKey Each Property has a well-defined key.