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 the
EntityEntryContext.reentrantSafeEntityEntries()
entries-
Method Summary
Modifier and TypeMethodDescriptionThe entityThe associated EntityEntry
-
Method Details
-
getEntity
Object getEntity()The entity- Returns:
- The entity
-
getEntityEntry
EntityEntry getEntityEntry()The associated EntityEntry- Returns:
- The EntityEntry associated with the entity in this context
-