接口 EntityEntryContext.EntityEntryCrossRef
-
- 所有超级接口:
Map.Entry<Object,EntityEntry>
- 封闭类:
- EntityEntryContext
public static interface EntityEntryContext.EntityEntryCrossRef extends Map.Entry<Object,EntityEntry>
Used in building theEntityEntryContext.reentrantSafeEntityEntries()entries
-
-
方法详细资料
-
getEntity
Object getEntity()
The entity- 返回:
- The entity
-
getEntityEntry
EntityEntry getEntityEntry()
The associated EntityEntry- 返回:
- The EntityEntry associated with the entity in this context
-
-