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>


Method Summary
 Object getEntity()
           
 EntityEntry getEntityEntry()
           
 
Methods inherited from interface java.util.Map.Entry
equals, getKey, getValue, hashCode, setValue
 

Method Detail

getEntity

Object getEntity()

getEntityEntry

EntityEntry getEntityEntry()


Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.