| Hibernate5Module |
|
| Hibernate5Version |
|
| 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).
|
| HibernateProxySerializer.ProxySessionReader |
Hibernate 5.2 broke abi compatibility of org.hibernate.proxy.LazyInitializer.getSession()
The api contract changed
from org.hibernate.proxy.LazyInitializer.getSession()Lorg.hibernate.engine.spi.SessionImplementor;
to org.hibernate.proxy.LazyInitializer.getSession()Lorg.hibernate.engine.spi.SharedSessionContractImplementor
On hibernate 5.2 the interface SessionImplementor extends SharedSessionContractImplementor.
|
| 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).
|
| PersistentCollectionSerializer.SessionReader |
|