Uses of Class
org.hibernate.internal.FastSessionServices
-
Packages that use FastSessionServices Package Description org.hibernate.action.internal Internals for action processing.org.hibernate.engine.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
. -
-
Uses of FastSessionServices in org.hibernate.action.internal
Methods in org.hibernate.action.internal that return FastSessionServices Modifier and Type Method Description protected FastSessionServices
CollectionAction. getFastSessionServices()
Convenience method for all subclasses.protected FastSessionServices
EntityAction. getFastSessionServices()
Convenience method for all subclasses. -
Uses of FastSessionServices in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return FastSessionServices Modifier and Type Method Description FastSessionServices
SessionFactoryDelegatingImpl. getFastSessionServices()
FastSessionServices
SessionFactoryImplementor. getFastSessionServices()
-
Uses of FastSessionServices in org.hibernate.internal
Fields in org.hibernate.internal declared as FastSessionServices Modifier and Type Field Description protected FastSessionServices
AbstractSharedSessionContract. fastSessionServices
Methods in org.hibernate.internal that return FastSessionServices Modifier and Type Method Description FastSessionServices
SessionFactoryImpl. getFastSessionServices()
Constructors in org.hibernate.internal with parameters of type FastSessionServices Constructor Description JdbcObserverImpl(SharedSessionContractImplementor session, FastSessionServices fastSessionServices)
JdbcSessionContextImpl(SharedSessionContractImplementor session, StatementInspector statementInspector, PhysicalConnectionHandlingMode connectionHandlingMode, FastSessionServices fastSessionServices)
-