Uses of Interface
org.hibernate.engine.spi.SessionFactoryImplementor.DeserializationResolver
-
Packages that use SessionFactoryImplementor.DeserializationResolver Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of SessionFactoryImplementor.DeserializationResolver in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return SessionFactoryImplementor.DeserializationResolver Modifier and Type Method Description SessionFactoryImplementor.DeserializationResolver<?>
SessionFactoryDelegatingImpl. getDeserializationResolver()
Deprecated.SessionFactoryImplementor.DeserializationResolver<?>
SessionFactoryImplementor. getDeserializationResolver()
Deprecated, for removal: This API element is subject to removal in a future version.this is never called -
Uses of SessionFactoryImplementor.DeserializationResolver in org.hibernate.internal
Methods in org.hibernate.internal that return SessionFactoryImplementor.DeserializationResolver Modifier and Type Method Description SessionFactoryImplementor.DeserializationResolver<?>
SessionFactoryImpl. getDeserializationResolver()
Deprecated.
-