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.
|
Modifier and Type | Method and Description |
---|---|
EntityEntry |
ManagedEntity.$$_hibernate_getEntityEntry()
Provides access to the associated EntityEntry.
|
EntityEntry |
PersistenceContext.addEntity(java.lang.Object entity,
Status status,
java.lang.Object[] loadedState,
EntityKey entityKey,
java.lang.Object version,
LockMode lockMode,
boolean existsInDatabase,
EntityPersister persister,
boolean disableVersionIncrement)
Adds an entity to the internal caches.
|
EntityEntry |
PersistenceContext.addEntry(java.lang.Object entity,
Status status,
java.lang.Object[] loadedState,
java.lang.Object rowId,
java.io.Serializable id,
java.lang.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,
java.lang.Object[] loadedState,
java.lang.Object rowId,
java.io.Serializable id,
java.lang.Object version,
LockMode lockMode,
boolean existsInDatabase,
EntityPersister persister,
boolean disableVersionIncrement,
PersistenceContext persistenceContext)
Creates
EntityEntry . |
EntityEntry |
PersistenceContext.getEntry(java.lang.Object entity)
Retrieve the
EntityEntry representation of the given entity. |
EntityEntry |
PersistenceContext.removeEntry(java.lang.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,
java.lang.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,
java.lang.Object entity,
EntityEntry entry) |
Modifier and Type | Method and Description |
---|---|
protected java.io.Serializable |
AbstractEntityPersister.getCollectionKey(CollectionPersister persister,
java.lang.Object owner,
EntityEntry ownerEntry,
SharedSessionContractImplementor session) |
protected boolean |
AbstractEntityPersister.isModifiableEntity(EntityEntry entry) |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.