Package | Description |
---|---|
org.hibernate.engine.spi | |
org.hibernate.event.spi | |
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
org.hibernate.testing.bytecode.enhancement |
Modifier and Type | Method and Description |
---|---|
EntityEntry |
ManagedEntity.$$_hibernate_getEntityEntry()
Provides access to the associated EntityEntry.
|
EntityEntry |
PersistenceContext.addEntity(Object entity,
Status status,
Object[] loadedState,
EntityKey entityKey,
Object version,
LockMode lockMode,
boolean existsInDatabase,
EntityPersister persister,
boolean disableVersionIncrement)
Adds an entity to the internal caches.
|
EntityEntry |
PersistenceContext.addEntry(Object entity,
Status status,
Object[] loadedState,
Object rowId,
Serializable id,
Object version,
LockMode lockMode,
boolean existsInDatabase,
EntityPersister persister,
boolean disableVersionIncrement)
Generates an appropriate EntityEntry instance and adds it
to the event source's internal caches.
|
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 . |
EntityEntry |
PersistenceContext.getEntry(Object entity)
Retrieve the
EntityEntry representation of the given entity. |
EntityEntry |
PersistenceContext.removeEntry(Object entity)
Remove an entity entry from the session cache
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedEntity.$$_hibernate_setEntityEntry(EntityEntry entityEntry)
Injects the EntityEntry associated with this entity instance.
|
void |
SessionDelegatorBaseImpl.forceFlush(EntityEntry e) |
void |
SessionImplementor.forceFlush(EntityEntry e) |
void |
PersistenceContext.setEntryStatus(EntityEntry entry,
Status status)
Set the status of an entry
|
void |
ActionQueue.unScheduleDeletion(EntityEntry entry,
Object rescuedEntity) |
Modifier and Type | Method and Description |
---|---|
EntityEntry |
FlushEntityEvent.getEntityEntry() |
EntityEntry |
SaveOrUpdateEvent.getEntry() |
Modifier and Type | Method and Description |
---|---|
void |
EventSource.forceFlush(EntityEntry e)
Force an immediate flush
|
void |
SaveOrUpdateEvent.setEntry(EntityEntry entry) |
Constructor and Description |
---|
FlushEntityEvent(EventSource source,
Object entity,
EntityEntry entry) |
Modifier and Type | Method and Description |
---|---|
protected Serializable |
AbstractEntityPersister.getCollectionKey(CollectionPersister persister,
Object owner,
EntityEntry ownerEntry,
SharedSessionContractImplementor session) |
protected Object |
AbstractEntityPersister.initializeLazyPropertiesFromCache(String fieldName,
Object entity,
SharedSessionContractImplementor session,
EntityEntry entry,
CacheEntry cacheEntry) |
protected Object |
AbstractEntityPersister.initializeLazyPropertiesFromDatastore(String fieldName,
Object entity,
SharedSessionContractImplementor session,
Serializable id,
EntityEntry entry) |
protected boolean |
AbstractEntityPersister.initializeLazyProperty(String fieldName,
Object entity,
SharedSessionContractImplementor session,
EntityEntry entry,
int j,
Object propValue) |
boolean |
AbstractEntityPersister.isModifiableEntity(EntityEntry entry) |
Modifier and Type | Method and Description |
---|---|
static EntityEntry |
EnhancerTestUtils.makeEntityEntry() |
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.