Uses of Interface
org.hibernate.engine.spi.SessionImplementor
-
Packages that use SessionImplementor Package Description org.hibernate.action.spi Defines SPI hooks into theActionQueue.org.hibernate.engine.spi org.hibernate.event.spi org.hibernate.graph Hibernate's (extended) support for JPA's entity graphsorg.hibernate.loader.access org.hibernate.metadata This package defines an API for accessing the Hibernate runtime metamodel.org.hibernate.persister.entity org.hibernate.procedure.spi -
-
Uses of SessionImplementor in org.hibernate.action.spi
Methods in org.hibernate.action.spi with parameters of type SessionImplementor Modifier and Type Method Description voidBeforeTransactionCompletionProcess. doBeforeTransactionCompletion(SessionImplementor session)Perform whatever processing is encapsulated here before completion of the transaction. -
Uses of SessionImplementor in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement SessionImplementor Modifier and Type Class Description classSessionDelegatorBaseImplThis class is meant to be extended.Fields in org.hibernate.engine.spi declared as SessionImplementor Modifier and Type Field Description protected SessionImplementorSessionDelegatorBaseImpl. delegateMethods in org.hibernate.engine.spi that return SessionImplementor Modifier and Type Method Description protected abstract SessionImplementorAbstractDelegatingWrapperOptions. delegate()Returns the underlying session delegate.protected SessionImplementorSessionDelegatorBaseImpl. delegate()Returns the underlying delegate.SessionImplementorSessionDelegatorBaseImpl. getSession()default SessionImplementorSessionImplementor. getSession()Methods in org.hibernate.engine.spi with parameters of type SessionImplementor Modifier and Type Method Description voidExecutableList. afterDeserialize(SessionImplementor session)Allow theExecutables to reassociate themselves with the session after deserialization.static ActionQueueActionQueue. deserialize(ObjectInputStream ois, SessionImplementor session)Used by the owning session to explicitly control deserialization of the action queue.static CollectionEntryCollectionEntry. deserialize(ObjectInputStream ois, SessionImplementor session)Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.static CollectionKeyCollectionKey. deserialize(ObjectInputStream ois, SessionImplementor session)Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.static EntityUniqueKeyEntityUniqueKey. deserialize(ObjectInputStream ois, SessionImplementor session)Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.Constructors in org.hibernate.engine.spi with parameters of type SessionImplementor Constructor Description ActionQueue(SessionImplementor session)Constructs an action queue bound to the given session.SessionDelegatorBaseImpl(SessionImplementor delegate) -
Uses of SessionImplementor in org.hibernate.event.spi
Subinterfaces of SessionImplementor in org.hibernate.event.spi Modifier and Type Interface Description interfaceEventSource -
Uses of SessionImplementor in org.hibernate.graph
Methods in org.hibernate.graph with parameters of type SessionImplementor Modifier and Type Method Description static <T> EntityGraph<T>EntityGraphs. merge(SessionImplementor session, Class<T> rootType, GraphImplementor<T>... graphs) -
Uses of SessionImplementor in org.hibernate.loader.access
Methods in org.hibernate.loader.access that return SessionImplementor Modifier and Type Method Description SessionImplementorLoadAccessContext. getSession()The session from which the load originates -
Uses of SessionImplementor in org.hibernate.metadata
Methods in org.hibernate.metadata with parameters of type SessionImplementor Modifier and Type Method Description default ObjectClassMetadata. getIdentifier(Object entity, SessionImplementor session)Deprecated.default Object[]ClassMetadata. getPropertyValuesToInsert(Object entity, Map<Object,Object> mergeMap, SessionImplementor session)Deprecated.Use the form accepting SharedSessionContractImplementor insteaddefault ObjectClassMetadata. instantiate(Object id, SessionImplementor session)Deprecated.Use the form accepting SharedSessionContractImplementor insteaddefault voidClassMetadata. setIdentifier(Object entity, Object id, SessionImplementor session)Deprecated. -
Uses of SessionImplementor in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type SessionImplementor Modifier and Type Method Description int[]AbstractEntityPersister. resolveDirtyAttributeIndexes(Object[] currentState, Object[] previousState, String[] attributeNames, SessionImplementor session)default int[]EntityPersister. resolveDirtyAttributeIndexes(Object[] values, Object[] loadedState, String[] attributeNames, SessionImplementor session)LikeEntityPersister.resolveAttributeIndexes(String[])but also always returns mutable attributes -
Uses of SessionImplementor in org.hibernate.procedure.spi
Methods in org.hibernate.procedure.spi with parameters of type SessionImplementor Modifier and Type Method Description default ProcedureCallNamedCallableQueryMemento. makeProcedureCall(SessionImplementor session)Convert the memento back into an executable (connected) form.
-