Uses of Interface
org.hibernate.engine.spi.SessionImplementor
-
-
Uses of SessionImplementor in org.hibernate.action.internal
Methods in org.hibernate.action.internal with parameters of type SessionImplementor Modifier and Type Method Description static UnresolvedEntityInsertActions
UnresolvedEntityInsertActions. deserialize(ObjectInputStream ois, SessionImplementor session)
Deserialize anUnresolvedEntityInsertActions
object.void
EntityIncrementVersionProcess. doBeforeTransactionCompletion(SessionImplementor session)
Perform whatever processing is encapsulated here before completion of the transaction.void
EntityVerifyVersionProcess. doBeforeTransactionCompletion(SessionImplementor session)
Set<AbstractEntityInsertAction>
UnresolvedEntityInsertActions. resolveDependentActions(Object managedEntity, SessionImplementor session)
Resolve any dependencies onmanagedEntity
.Constructors in org.hibernate.action.internal with parameters of type SessionImplementor Constructor Description EntityDeleteAction(Object id, Object[] state, Object version, Object instance, EntityPersister persister, boolean isCascadeDeleteEnabled, SessionImplementor session)
Constructs an EntityDeleteAction.OrphanRemovalAction(Object id, Object[] state, Object version, Object instance, EntityPersister persister, boolean isCascadeDeleteEnabled, SessionImplementor session)
-
Uses of SessionImplementor in org.hibernate.action.spi
Methods in org.hibernate.action.spi with parameters of type SessionImplementor Modifier and Type Method Description void
BeforeTransactionCompletionProcess. doBeforeTransactionCompletion(SessionImplementor session)
Perform whatever processing is encapsulated here before completion of the transaction. -
Uses of SessionImplementor in org.hibernate.engine.internal
Methods in org.hibernate.engine.internal with parameters of type SessionImplementor Modifier and Type Method Description static StatefulPersistenceContext
StatefulPersistenceContext. deserialize(ObjectInputStream ois, SessionImplementor session)
Used by the owning session to explicitly control deserialization of the persistence context.static void
Collections. processReachableCollection(PersistentCollection<?> collection, CollectionType type, Object entity, SessionImplementor session)
Initialize the role of the collection.static void
Collections. processUnreachableCollection(PersistentCollection<?> coll, SessionImplementor session)
record the fact that this collection was dereferenced -
Uses of SessionImplementor in org.hibernate.engine.spi
Classes in org.hibernate.engine.spi that implement SessionImplementor Modifier and Type Class Description class
SessionDelegatorBaseImpl
This class is meant to be extended.Fields in org.hibernate.engine.spi declared as SessionImplementor Modifier and Type Field Description protected SessionImplementor
SessionDelegatorBaseImpl. delegate
Methods in org.hibernate.engine.spi that return SessionImplementor Modifier and Type Method Description protected abstract SessionImplementor
AbstractDelegatingWrapperOptions. delegate()
Returns the underlying session delegate.protected SessionImplementor
SessionDelegatorBaseImpl. delegate()
Returns the underlying delegate.SessionImplementor
SessionDelegatorBaseImpl. getSession()
default SessionImplementor
SessionImplementor. getSession()
Methods in org.hibernate.engine.spi with parameters of type SessionImplementor Modifier and Type Method Description void
ExecutableList. afterDeserialize(SessionImplementor session)
Allow theExecutable
s to reassociate themselves with the session after deserialization.static ActionQueue
ActionQueue. deserialize(ObjectInputStream ois, SessionImplementor session)
Used by the owning session to explicitly control deserialization of the action queue.static CollectionEntry
CollectionEntry. deserialize(ObjectInputStream ois, SessionImplementor session)
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.static CollectionKey
CollectionKey. deserialize(ObjectInputStream ois, SessionImplementor session)
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.static EntityUniqueKey
EntityUniqueKey. 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.envers.event.spi
Methods in org.hibernate.envers.event.spi with parameters of type SessionImplementor Modifier and Type Method Description protected void
BaseEnversEventListener. checkIfTransactionInProgress(SessionImplementor session)
protected void
BaseEnversEventListener. generateBidirectionalCollectionChangeWorkUnits(AuditProcess auditProcess, EntityPersister entityPersister, String entityName, Object[] newState, Object[] oldState, SessionImplementor session)
-
Uses of SessionImplementor in org.hibernate.envers.internal.entities.mapper
Methods in org.hibernate.envers.internal.entities.mapper with parameters of type SessionImplementor Modifier and Type Method Description boolean
ExtendedPropertyMapper. map(SessionImplementor session, Map<String,Object> data, String[] propertyNames, Object[] newState, Object[] oldState)
boolean
MultiDynamicComponentMapper. map(SessionImplementor session, Map<String,Object> data, String[] propertyNames, Object[] newState, Object[] oldState)
boolean
MultiPropertyMapper. map(SessionImplementor session, Map<String,Object> data, String[] propertyNames, Object[] newState, Object[] oldState)
boolean
SubclassPropertyMapper. map(SessionImplementor session, Map<String,Object> data, String[] propertyNames, Object[] newState, Object[] oldState)
List<PersistentCollectionChangeData>
ComponentPropertyMapper. mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Object id)
List<PersistentCollectionChangeData>
MultiPropertyMapper. mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Object id)
List<PersistentCollectionChangeData>
PropertyMapper. mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Object id)
Maps collection changes.List<PersistentCollectionChangeData>
SinglePropertyMapper. mapCollectionChanges(SessionImplementor sessionImplementor, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Object id)
List<PersistentCollectionChangeData>
SubclassPropertyMapper. mapCollectionChanges(SessionImplementor session, String referencingPropertyName, PersistentCollection newColl, Serializable oldColl, Object id)
void
ComponentPropertyMapper. mapModifiedFlagsToMapFromEntity(SessionImplementor session, Map<String,Object> data, Object newObj, Object oldObj)
void
MultiDynamicComponentMapper. mapModifiedFlagsToMapFromEntity(SessionImplementor session, Map<String,Object> data, Object newObj, Object oldObj)
void
MultiPropertyMapper. mapModifiedFlagsToMapFromEntity(SessionImplementor session, Map<String,Object> data, Object newObj, Object oldObj)
void
PropertyMapper. mapModifiedFlagsToMapFromEntity(SessionImplementor session, Map<String,Object> data, Object newObj, Object oldObj)
void
SinglePropertyMapper. mapModifiedFlagsToMapFromEntity(SessionImplementor session, Map<String,Object> data, Object newObj, Object oldObj)
void
SubclassPropertyMapper. mapModifiedFlagsToMapFromEntity(SessionImplementor session, Map<String,Object> data, Object newObj, Object oldObj)
boolean
ComponentPropertyMapper. mapToMapFromEntity(SessionImplementor session, Map<String,Object> data, Object newObj, Object oldObj)
boolean
MultiDynamicComponentMapper. mapToMapFromEntity(SessionImplementor session, Map<String,Object> data, Object newObj, Object oldObj)
boolean
MultiPropertyMapper. mapToMapFromEntity(SessionImplementor session, Map<String,Object> data, Object newObj, Object oldObj)
boolean
PropertyMapper. mapToMapFromEntity(SessionImplementor session, Map<String,Object> data, Object newObj, Object oldObj)
Maps properties to the given map, basing on differences between properties of new and old objects.boolean
SinglePropertyMapper. mapToMapFromEntity(SessionImplementor session, Map<String,Object> data, Object newObj, Object oldObj)
boolean
SubclassPropertyMapper. mapToMapFromEntity(SessionImplementor session, Map<String,Object> data, Object newObj, Object oldObj)
-
Uses of SessionImplementor in org.hibernate.envers.internal.entities.mapper.relation
-
Uses of SessionImplementor in org.hibernate.envers.internal.entities.mapper.relation.component
Methods in org.hibernate.envers.internal.entities.mapper.relation.component with parameters of type SessionImplementor Modifier and Type Method Description void
MiddleComponentMapper. mapToMapFromObject(SessionImplementor session, Map<String,Object> idData, Map<String,Object> data, Object obj)
Maps from an object to the object's map representation (for an entity - only its id).void
MiddleDummyComponentMapper. mapToMapFromObject(SessionImplementor session, Map<String,Object> idData, Map<String,Object> data, Object obj)
void
MiddleEmbeddableComponentMapper. mapToMapFromObject(SessionImplementor session, Map<String,Object> idData, Map<String,Object> data, Object obj)
void
MiddleMapElementNotKeyComponentMapper. mapToMapFromObject(SessionImplementor session, Map<String,Object> idData, Map<String,Object> data, Object obj)
void
MiddleMapKeyIdComponentMapper. mapToMapFromObject(SessionImplementor session, Map<String,Object> idData, Map<String,Object> data, Object obj)
void
MiddleMapKeyPropertyComponentMapper. mapToMapFromObject(SessionImplementor session, Map<String,Object> idData, Map<String,Object> data, Object obj)
void
MiddleRelatedComponentMapper. mapToMapFromObject(SessionImplementor session, Map<String,Object> idData, Map<String,Object> data, Object obj)
void
MiddleSimpleComponentMapper. mapToMapFromObject(SessionImplementor session, Map<String,Object> idData, Map<String,Object> data, Object obj)
void
MiddleStraightComponentMapper. mapToMapFromObject(SessionImplementor session, Map<String,Object> idData, Map<String,Object> data, Object obj)
-
Uses of SessionImplementor in org.hibernate.envers.internal.entities.mapper.relation.lazy
Classes in org.hibernate.envers.internal.entities.mapper.relation.lazy that implement SessionImplementor Modifier and Type Class Description class
AbstractDelegateSessionImplementor
class
ToOneDelegateSessionImplementor
Constructors in org.hibernate.envers.internal.entities.mapper.relation.lazy with parameters of type SessionImplementor Constructor Description AbstractDelegateSessionImplementor(SessionImplementor delegate)
-
Uses of SessionImplementor in org.hibernate.envers.internal.reader
Methods in org.hibernate.envers.internal.reader that return SessionImplementor Modifier and Type Method Description SessionImplementor
AuditReaderImpl. getSessionImplementor()
SessionImplementor
AuditReaderImplementor. getSessionImplementor()
Constructors in org.hibernate.envers.internal.reader with parameters of type SessionImplementor Constructor Description AuditReaderImpl(EnversService enversService, Session session, SessionImplementor sessionImplementor)
-
Uses of SessionImplementor in org.hibernate.envers.internal.synchronization
Methods in org.hibernate.envers.internal.synchronization with parameters of type SessionImplementor Modifier and Type Method Description void
AuditProcess. doBeforeTransactionCompletion(SessionImplementor session)
Constructors in org.hibernate.envers.internal.synchronization with parameters of type SessionImplementor Constructor Description AuditProcess(RevisionInfoGenerator revisionInfoGenerator, SessionImplementor session)
EntityChangeNotifier(RevisionInfoGenerator revisionInfoGenerator, SessionImplementor sessionImplementor)
-
Uses of SessionImplementor in org.hibernate.envers.internal.synchronization.work
Fields in org.hibernate.envers.internal.synchronization.work declared as SessionImplementor Modifier and Type Field Description protected SessionImplementor
AbstractAuditWorkUnit. sessionImplementor
Constructors in org.hibernate.envers.internal.synchronization.work with parameters of type SessionImplementor Constructor Description AbstractAuditWorkUnit(SessionImplementor sessionImplementor, String entityName, EnversService enversService, Object id, RevisionType revisionType)
AddWorkUnit(SessionImplementor sessionImplementor, String entityName, EnversService enversService, Object id, Map<String,Object> data)
AddWorkUnit(SessionImplementor sessionImplementor, String entityName, EnversService enversService, Object id, EntityPersister entityPersister, Object[] state)
CollectionChangeWorkUnit(SessionImplementor session, String entityName, String collectionPropertyName, EnversService enversService, Object id, Object entity)
DelWorkUnit(SessionImplementor sessionImplementor, String entityName, EnversService enversService, Object id, EntityPersister entityPersister, Object[] state)
FakeBidirectionalRelationWorkUnit(SessionImplementor sessionImplementor, String entityName, EnversService enversService, Serializable id, String referencingPropertyName, Object owningEntity, RelationDescription rd, RevisionType revisionType, Object index, AuditWorkUnit nestedWorkUnit)
ModWorkUnit(SessionImplementor sessionImplementor, String entityName, EnversService enversService, Object id, EntityPersister entityPersister, Object[] newState, Object[] oldState)
PersistentCollectionChangeWorkUnit(SessionImplementor sessionImplementor, String entityName, EnversService enversService, Object id, List<PersistentCollectionChangeData> collectionChanges, String referencingPropertyName)
PersistentCollectionChangeWorkUnit(SessionImplementor sessionImplementor, String entityName, EnversService enversService, PersistentCollection collection, CollectionEntry collectionEntry, Serializable snapshot, Object id, String referencingPropertyName)
-
Uses of SessionImplementor in org.hibernate.envers.internal.tools
Methods in org.hibernate.envers.internal.tools with parameters of type SessionImplementor Modifier and Type Method Description static boolean
EntityTools. entitiesEqual(SessionImplementor session, String entityName, Object obj1, Object obj2)
static Class
EntityTools. getEntityClass(SessionImplementor sessionImplementor, String entityName)
static Object
EntityTools. getIdentifier(SessionImplementor session, String entityName, Object obj)
-
Uses of SessionImplementor in org.hibernate.event.internal
Methods in org.hibernate.event.internal with parameters of type SessionImplementor Modifier and Type Method Description void
DefaultFlushEntityEventListener. checkId(Object object, EntityPersister persister, Object id, SessionImplementor session)
make sure user didn't mangle the idprotected void
DefaultMergeEventListener. copyValues(EntityPersister persister, Object entity, Object target, SessionImplementor source, MergeContext copyCache)
protected void
DefaultMergeEventListener. copyValues(EntityPersister persister, Object entity, Object target, SessionImplementor source, MergeContext copyCache, ForeignKeyDirection foreignKeyDirection)
static EntityState
EntityState. getEntityState(Object entity, String entityName, EntityEntry entry, SessionImplementor source, Boolean assumedUnsaved)
Determine whether the entity is persistent, detached, or transientprotected Object
DefaultSaveOrUpdateEventListener. getUpdateId(Object entity, EntityPersister persister, Object requestedId, SessionImplementor session)
Determine the id to use for updating.protected Object
DefaultUpdateEventListener. getUpdateId(Object entity, EntityPersister persister, Object requestedId, SessionImplementor session)
If the user specified an id, assign it to the instance and use that, otherwise use the id already assigned to the instanceprotected boolean
DefaultFlushEntityEventListener. invokeInterceptor(SessionImplementor session, Object entity, EntityEntry entry, Object[] values, EntityPersister persister)
protected void
AbstractFlushingEventListener. postFlush(SessionImplementor session)
1.protected void
AbstractFlushingEventListener. postPostFlush(SessionImplementor session)
protected boolean
DefaultSaveEventListener. reassociateIfUninitializedProxy(Object object, SessionImplementor source)
protected boolean
DefaultSaveOrUpdateEventListener. reassociateIfUninitializedProxy(Object object, SessionImplementor source)
protected boolean
AbstractSaveEventListener. substituteValuesIfNecessary(Object entity, Object id, Object[] values, EntityPersister persister, SessionImplementor source)
Perform any property value substitution that is necessary (interceptor callback, version initialization...)protected boolean
DefaultReplicateEventListener. substituteValuesIfNecessary(Object entity, Object id, Object[] values, EntityPersister persister, SessionImplementor source)
-
Uses of SessionImplementor in org.hibernate.event.spi
Subinterfaces of SessionImplementor in org.hibernate.event.spi Modifier and Type Interface Description interface
EventSource
-
Uses of SessionImplementor in org.hibernate.graph
Methods in org.hibernate.graph with parameters of type SessionImplementor Modifier and Type Method Description static <T> jakarta.persistence.EntityGraph<T>
EntityGraphs. merge(SessionImplementor session, Class<T> rootType, GraphImplementor<T>... graphs)
-
Uses of SessionImplementor in org.hibernate.internal
Classes in org.hibernate.internal that implement SessionImplementor Modifier and Type Class Description class
SessionImpl
Concrete implementation of theSession
API.Methods in org.hibernate.internal that return SessionImplementor Modifier and Type Method Description SessionImplementor
SessionImpl. getSession()
Methods in org.hibernate.internal with parameters of type SessionImplementor Modifier and Type Method Description RuntimeException
ExceptionMapperStandardImpl. mapManagedFlushFailure(String message, RuntimeException failure, SessionImplementor session)
RuntimeException
ExceptionMapperStandardImpl. mapStatusCheckFailure(String message, jakarta.transaction.SystemException systemException, SessionImplementor sessionImplementor)
-
Uses of SessionImplementor in org.hibernate.jpa.internal
Methods in org.hibernate.jpa.internal with parameters of type SessionImplementor Modifier and Type Method Description RuntimeException
ExceptionMapperLegacyJpaImpl. mapManagedFlushFailure(String message, RuntimeException failure, SessionImplementor session)
RuntimeException
ExceptionMapperLegacyJpaImpl. mapStatusCheckFailure(String message, jakarta.transaction.SystemException systemException, SessionImplementor session)
-
Uses of SessionImplementor in org.hibernate.loader.access
Methods in org.hibernate.loader.access that return SessionImplementor Modifier and Type Method Description SessionImplementor
LoadAccessContext. 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 Object
ClassMetadata. 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 Object
ClassMetadata. instantiate(Object id, SessionImplementor session)
Deprecated.Use the form accepting SharedSessionContractImplementor insteaddefault void
ClassMetadata. 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 ProcedureCall
NamedCallableQueryMemento. makeProcedureCall(SessionImplementor session)
Convert the memento back into an executable (connected) form. -
Uses of SessionImplementor in org.hibernate.resource.transaction.backend.jta.internal.synchronization
Methods in org.hibernate.resource.transaction.backend.jta.internal.synchronization with parameters of type SessionImplementor Modifier and Type Method Description RuntimeException
ExceptionMapper. mapManagedFlushFailure(String message, RuntimeException failure, SessionImplementor session)
Map an exception encountered during a managed flush to the appropriate runtime-based exception.RuntimeException
ExceptionMapper. mapStatusCheckFailure(String message, jakarta.transaction.SystemException systemException, SessionImplementor sessionImplementor)
Map a JTASystemException
to the appropriate runtime-based exception. -
Uses of SessionImplementor in org.hibernate.stat.internal
Constructors in org.hibernate.stat.internal with parameters of type SessionImplementor Constructor Description SessionStatisticsImpl(SessionImplementor session)
-
Uses of SessionImplementor in org.hibernate.testing.jdbc
Methods in org.hibernate.testing.jdbc with parameters of type SessionImplementor Modifier and Type Method Description static SQLStatementInspector
SQLStatementInspector. extractFromSession(SessionImplementor session)
-
Uses of SessionImplementor in org.hibernate.testing.junit4
Methods in org.hibernate.testing.junit4 with parameters of type SessionImplementor Modifier and Type Method Description protected void
BaseCoreFunctionalTestCase. inTransaction(SessionImplementor session, Consumer<SessionImplementor> action)
Method parameters in org.hibernate.testing.junit4 with type arguments of type SessionImplementor Modifier and Type Method Description <R> R
BaseNonConfigCoreFunctionalTestCase. fromSession(Function<SessionImplementor,R> action)
protected <T> T
BaseCoreFunctionalTestCase. fromTransaction(Function<SessionImplementor,T> action)
<R> R
BaseNonConfigCoreFunctionalTestCase. fromTransaction(Function<SessionImplementor,R> action)
protected void
BaseCoreFunctionalTestCase. inSession(Consumer<SessionImplementor> action)
void
BaseNonConfigCoreFunctionalTestCase. inSession(Consumer<SessionImplementor> action)
protected void
BaseCoreFunctionalTestCase. inTransaction(Consumer<SessionImplementor> action)
protected void
BaseCoreFunctionalTestCase. inTransaction(SessionImplementor session, Consumer<SessionImplementor> action)
void
BaseNonConfigCoreFunctionalTestCase. inTransaction(Consumer<SessionImplementor> action)
-
Uses of SessionImplementor in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit with parameters of type SessionImplementor Modifier and Type Method Description <T> T
SessionFactoryScope. fromTransaction(SessionImplementor session, Function<SessionImplementor,T> action)
void
SessionFactoryScope. inTransaction(SessionImplementor session, Consumer<SessionImplementor> action)
Method parameters in org.hibernate.testing.orm.junit with type arguments of type SessionImplementor Modifier and Type Method Description protected <T> T
BaseSessionFactoryFunctionalTest. fromSession(Function<SessionImplementor,T> action)
<T> T
SessionFactoryScope. fromSession(Function<SessionImplementor,T> action)
protected <T> T
BaseSessionFactoryFunctionalTest. fromTransaction(Function<SessionImplementor,T> action)
<T> T
SessionFactoryScope. fromTransaction(Function<SessionImplementor,T> action)
<T> T
SessionFactoryScope. fromTransaction(SessionImplementor session, Function<SessionImplementor,T> action)
protected void
BaseSessionFactoryFunctionalTest. inSession(Consumer<SessionImplementor> action)
void
SessionFactoryScope. inSession(Consumer<SessionImplementor> action)
protected void
BaseSessionFactoryFunctionalTest. inTransaction(Consumer<SessionImplementor> action)
void
SessionFactoryScope. inTransaction(Consumer<SessionImplementor> action)
void
SessionFactoryScope. inTransaction(SessionImplementor session, Consumer<SessionImplementor> action)
-
Uses of SessionImplementor in org.hibernate.testing.orm.transaction
Methods in org.hibernate.testing.orm.transaction with parameters of type SessionImplementor Modifier and Type Method Description static <R> R
TransactionUtil. fromTransaction(SessionImplementor session, Function<SessionImplementor,R> action)
static void
TransactionUtil. inTransaction(SessionImplementor session, Consumer<SessionImplementor> action)
Method parameters in org.hibernate.testing.orm.transaction with type arguments of type SessionImplementor Modifier and Type Method Description static <R> R
TransactionUtil. fromTransaction(SessionImplementor session, Function<SessionImplementor,R> action)
static void
TransactionUtil. inTransaction(SessionImplementor session, Consumer<SessionImplementor> action)
-
Uses of SessionImplementor in org.hibernate.testing.transaction
Methods in org.hibernate.testing.transaction with parameters of type SessionImplementor Modifier and Type Method Description static <R> R
TransactionUtil2. fromTransaction(SessionImplementor session, Function<SessionImplementor,R> action)
static void
TransactionUtil2. inTransaction(SessionImplementor session, Consumer<SessionImplementor> action)
Method parameters in org.hibernate.testing.transaction with type arguments of type SessionImplementor Modifier and Type Method Description static <R> R
TransactionUtil2. fromSession(SessionFactoryImplementor sfi, Function<SessionImplementor,R> action)
static <R> R
TransactionUtil2. fromTransaction(SessionFactoryImplementor factory, Function<SessionImplementor,R> action)
static <R> R
TransactionUtil2. fromTransaction(SessionImplementor session, Function<SessionImplementor,R> action)
static void
TransactionUtil2. inSession(SessionFactoryImplementor sfi, Consumer<SessionImplementor> action)
static <R> R
TransactionUtil2. inSessionReturn(SessionFactoryImplementor sfi, Function<SessionImplementor,R> action)
static void
TransactionUtil2. inTransaction(SessionFactoryImplementor factory, Consumer<SessionImplementor> action)
static void
TransactionUtil2. inTransaction(SessionImplementor session, Consumer<SessionImplementor> action)
-