Uses of Interface
org.hibernate.metamodel.source.binder.EntitySource

Packages that use EntitySource
org.hibernate.metamodel.source.annotations.entity   
org.hibernate.metamodel.source.binder   
org.hibernate.metamodel.source.hbm   
 

Uses of EntitySource in org.hibernate.metamodel.source.annotations.entity
 

Classes in org.hibernate.metamodel.source.annotations.entity that implement EntitySource
 class EntitySourceImpl
           
 

Uses of EntitySource in org.hibernate.metamodel.source.binder
 

Subinterfaces of EntitySource in org.hibernate.metamodel.source.binder
 interface RootEntitySource
          Contract for the entity that is the root of an inheritance hierarchy.
 interface SubclassEntitySource
           
 

Uses of EntitySource in org.hibernate.metamodel.source.hbm
 

Classes in org.hibernate.metamodel.source.hbm that implement EntitySource
 class AbstractEntitySourceImpl
           
 class RootEntitySourceImpl
           
 class SubclassEntitySourceImpl
           
 



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