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

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

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

Classes in org.hibernate.metamodel.source.annotations.entity that implement SubclassEntityContainer
 class EntitySourceImpl
           
 class RootEntitySourceImpl
           
 class SubclassEntitySourceImpl
           
 

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

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

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

Classes in org.hibernate.metamodel.source.hbm that implement SubclassEntityContainer
 class AbstractEntitySourceImpl
           
 



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