Package | Description |
---|---|
org.hibernate.engine.spi |
Modifier and Type | Method and Description |
---|---|
PersistenceContext |
SharedSessionContractImplementor.getPersistenceContext()
Get the persistence context for this session.
|
PersistenceContext |
SessionDelegatorBaseImpl.getPersistenceContext() |
PersistenceContext |
SharedSessionContractImplementor.getPersistenceContextInternal()
This is similar to
SharedSessionContractImplementor.getPersistenceContext() , with
two main differences:
a) this version performs better as
it allows for inlining and probably better prediction
b) see SessionImplSharedSessionContractImplementor.getPersistenceContext() : it
does some checks on the current state of the Session. |
PersistenceContext |
SessionDelegatorBaseImpl.getPersistenceContextInternal() |
Modifier and Type | Method and Description |
---|---|
EntityEntry |
EntityEntryFactory.createEntityEntry(Status status,
Object[] loadedState,
Object rowId,
Serializable id,
Object version,
LockMode lockMode,
boolean existsInDatabase,
EntityPersister persister,
boolean disableVersionIncrement,
PersistenceContext persistenceContext)
Creates
EntityEntry . |
Constructor and Description |
---|
BatchFetchQueue(PersistenceContext context)
Constructs a queue for the given context.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.