| Interface | Description |
|---|---|
| JsonSerializer |
Contract for serializing JSON objects.
|
| JsonSerializerSupplier |
Supplies a custom reference of a Jackson
JsonSerializer |
| ListResultTransformer |
The
ListResultTransformer simplifies the way
we can use a ResultTransformer by defining a default implementation for the
ResultTransformer.transformList(List) method. |
| ObjectMapperSupplier |
Supplies a custom reference of a Jackson
ObjectMapper |
| Class | Description |
|---|---|
| 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. |
| ClassLoaderUtils |
ClassLoaderUtils - Class loading related utilities holder. |
| Configuration |
Configuration - It allows declarative configuration through the hibernate.properties file
or the hibernate-types.properties file. |
| MapResultTransformer<K,V> | |
| ObjectMapperJsonSerializer | |
| ObjectMapperWrapper |
Wraps a Jackson
ObjectMapper so that you can supply your own ObjectMapper reference. |
| ParameterizedParameterType |
A stub
ParameterType that returns sane values for ParameterizedParameterType.getReturnedClass() and
ParameterizedParameterType.getAnnotationsMethod(). |
| ReflectionUtils |
ReflectionUtils - Reflection utilities holder. |
| StringUtils |
StringUtils - String utilities holder. |
| Enum | Description |
|---|---|
| Configuration.PropertyKey |
Each Property has a well-defined key.
|
Copyright © 2020. All rights reserved.