Uses of Class
org.hibernate.internal.FastSessionServices
Packages that use FastSessionServices
Package
Description
The various concrete action implementations.
This package defines some central internal SPI abstractions
used throughout the implementation of Hibernate.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Validation for HQL queries.
-
Uses of FastSessionServices in org.hibernate.action.internal
Methods in org.hibernate.action.internal that return FastSessionServicesModifier and TypeMethodDescriptionprotected 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 FastSessionServicesModifier and TypeMethodDescriptionSessionFactoryDelegatingImpl.getFastSessionServices()
SessionFactoryImplementor.getFastSessionServices()
-
Uses of FastSessionServices in org.hibernate.internal
Fields in org.hibernate.internal declared as FastSessionServicesModifier and TypeFieldDescriptionprotected FastSessionServices
AbstractSharedSessionContract.fastSessionServices
Methods in org.hibernate.internal that return FastSessionServices -
Uses of FastSessionServices in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return FastSessionServices