Package org.hibernate.engine.internal
Interface EntityEntryContext.EntityEntryCrossRef
-
- All Superinterfaces:
Map.Entry<Object,EntityEntry>
- Enclosing class:
- EntityEntryContext
public static interface EntityEntryContext.EntityEntryCrossRef extends Map.Entry<Object,EntityEntry>
Used in building theEntityEntryContext.reentrantSafeEntityEntries()
entries
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getEntity()
The entityEntityEntry
getEntityEntry()
The associated EntityEntry
-
-
-
Method Detail
-
getEntity
Object getEntity()
The entity- Returns:
- The entity
-
getEntityEntry
EntityEntry getEntityEntry()
The associated EntityEntry- Returns:
- The EntityEntry associated with the entity in this context
-
-