Uses of Package
com.vladmihalcea.hibernate.type.util

Packages that use com.vladmihalcea.hibernate.type.util
com.vladmihalcea.hibernate.type   
com.vladmihalcea.hibernate.type.array   
com.vladmihalcea.hibernate.type.array.internal   
com.vladmihalcea.hibernate.type.basic   
com.vladmihalcea.hibernate.type.binary   
com.vladmihalcea.hibernate.type.json   
com.vladmihalcea.hibernate.type.json.internal   
com.vladmihalcea.hibernate.type.util   
 

Classes in com.vladmihalcea.hibernate.type.util used by com.vladmihalcea.hibernate.type
Configuration
          Configuration - It allows declarative configuration through the hibernate.properties file or the hibernate-types.properties file.
 

Classes in com.vladmihalcea.hibernate.type.util used by com.vladmihalcea.hibernate.type.array
Configuration
          Configuration - It allows declarative configuration through the hibernate.properties file or the hibernate-types.properties file.
 

Classes in com.vladmihalcea.hibernate.type.util used by com.vladmihalcea.hibernate.type.array.internal
Configuration
          Configuration - It allows declarative configuration through the hibernate.properties file or the hibernate-types.properties file.
 

Classes in com.vladmihalcea.hibernate.type.util used by com.vladmihalcea.hibernate.type.basic
Configuration
          Configuration - It allows declarative configuration through the hibernate.properties file or the hibernate-types.properties file.
 

Classes in com.vladmihalcea.hibernate.type.util used by com.vladmihalcea.hibernate.type.binary
Configuration
          Configuration - It allows declarative configuration through the hibernate.properties file or the hibernate-types.properties file.
 

Classes in com.vladmihalcea.hibernate.type.util used by com.vladmihalcea.hibernate.type.json
Configuration
          Configuration - It allows declarative configuration through the hibernate.properties file or the hibernate-types.properties file.
ObjectMapperWrapper
          Wraps a Jackson ObjectMapper so that you can supply your own ObjectMapper reference.
 

Classes in com.vladmihalcea.hibernate.type.util used by com.vladmihalcea.hibernate.type.json.internal
ObjectMapperWrapper
          Wraps a Jackson ObjectMapper so that you can supply your own ObjectMapper reference.
 

Classes in com.vladmihalcea.hibernate.type.util used by com.vladmihalcea.hibernate.type.util
CamelCaseToSnakeCaseNamingStrategy
          Maps the JPA camelCase properties to snake_case database identifiers.
ClassImportIntegrator
          The ClassImportIntegrator implements the Hibernate Integrator contract and allows you to provide a List of classes to be imported using their simple name.
Configuration
          Configuration - It allows declarative configuration through the hibernate.properties file or the hibernate-types.properties file.
Configuration.PropertyKey
          Each Property has a well-defined key.
JsonSerializer
          Contract for serializing JSON objects.
ObjectMapperWrapper
          Wraps a Jackson ObjectMapper so that you can supply your own ObjectMapper reference.
 



Copyright © 2021. All rights reserved.