All Classes
-
All Classes Class Summary Enum Summary Class Description Hibernate5Module Hibernate5Module.Feature Enumeration that defines all toggleable features this moduleHibernate5Version HibernateAnnotationIntrospector SimpleAnnotationIntrospectorthat adds support for usingTransientto denote ignorable fields (alongside with Jackson and/or JAXB annotations).HibernateProxySerializer Serializer to use for values proxied usingHibernateProxy.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 bothCollectionandMaptypes (unlike in JDK).PersistentCollectionSerializer.SessionReader