| Class | Description |
|---|---|
| Hibernate4Module | |
| HibernateAnnotationIntrospector |
Simple
AnnotationIntrospector that adds support for using
Transient to denote ignorable fields (alongside with Jackson
and/or JAXB annotations). |
| HibernateProxySerializer |
Serializer to use for values proxied using
HibernateProxy. |
| HibernateProxySerializer.ProxyReader |
Inspects a Hibernate proxy to try and determine the name of the identifier property
(Hibernate proxies know the getter of the identifier property because it receives special
treatment in the invocation handler).
|
| HibernateSerializerModifier | |
| HibernateSerializers | |
| PackageVersion |
Automatically generated from PackageVersion.java.in during
packageVersion-generate execution of maven-replacer-plugin in
pom.xml.
|
| PersistentCollectionSerializer |
Wrapper serializer used to handle aspects of lazy loading that can be used
for Hibernate collection datatypes; which includes both
Collection
and Map types (unlike in JDK). |
| Enum | Description |
|---|---|
| Hibernate4Module.Feature |
Enumeration that defines all toggleable features this module
|
Copyright © 2017 FasterXML. All rights reserved.