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

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

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

Methods in org.hibernate.metamodel.source.annotations.entity that return types with arguments of type SubclassEntitySource
 Iterable<SubclassEntitySource> EntitySourceImpl.subclassEntitySources()
           
 

Methods in org.hibernate.metamodel.source.annotations.entity with parameters of type SubclassEntitySource
 void EntitySourceImpl.add(SubclassEntitySource subclassEntitySource)
           
 

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

Methods in org.hibernate.metamodel.source.binder that return types with arguments of type SubclassEntitySource
 Iterable<SubclassEntitySource> SubclassEntityContainer.subclassEntitySources()
           
 

Methods in org.hibernate.metamodel.source.binder with parameters of type SubclassEntitySource
 void SubclassEntityContainer.add(SubclassEntitySource subclassEntitySource)
           
 

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

Classes in org.hibernate.metamodel.source.hbm that implement SubclassEntitySource
 class SubclassEntitySourceImpl
           
 

Methods in org.hibernate.metamodel.source.hbm that return types with arguments of type SubclassEntitySource
 Iterable<SubclassEntitySource> AbstractEntitySourceImpl.subclassEntitySources()
           
 

Methods in org.hibernate.metamodel.source.hbm with parameters of type SubclassEntitySource
 void AbstractEntitySourceImpl.add(SubclassEntitySource subclassEntitySource)
           
 



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