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

Packages that use AssociationAttributeSource
org.hibernate.metamodel.source.annotations.attribute   
org.hibernate.metamodel.source.binder   
org.hibernate.metamodel.source.hbm   
 

Uses of AssociationAttributeSource in org.hibernate.metamodel.source.annotations.attribute
 

Classes in org.hibernate.metamodel.source.annotations.attribute that implement AssociationAttributeSource
 class ToOneAttributeSourceImpl
           
 

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

Subinterfaces of AssociationAttributeSource in org.hibernate.metamodel.source.binder
 interface PluralAttributeSource
           
 interface ToOneAttributeSource
          Further contract for sources of *-to-one style associations.
 

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

Classes in org.hibernate.metamodel.source.hbm that implement AssociationAttributeSource
 class AbstractPluralAttributeSourceImpl
           
 class BagAttributeSourceImpl
           
 class SetAttributeSourceImpl
           
 



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