All Classes
-
All Classes Class Summary Enum Summary Class Description Hibernate6AnnotationIntrospector SimpleAnnotationIntrospectorthat adds support for usingTransientto denote ignorable fields (alongside with Jackson and/or JAXB annotations).Hibernate6Module Hibernate6Module.Feature Enumeration that defines all toggleable features this moduleHibernate6ProxySerializer Serializer to use for values proxied usingHibernateProxy.Hibernate6ProxySerializer.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).Hibernate6ProxySerializer.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.Hibernate6SerializerModifier Hibernate6Serializers Hibernate6Version 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