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

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

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

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

Methods in org.hibernate.metamodel.source.annotations.attribute that return SingularAttributeSource
 SingularAttributeSource SimpleIdentifierSourceImpl.getIdentifierAttributeSource()
           
 

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

Methods in org.hibernate.metamodel.source.annotations.entity that return SingularAttributeSource
 SingularAttributeSource RootEntitySourceImpl.getVersioningAttributeSource()
           
 

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

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

Methods in org.hibernate.metamodel.source.binder that return SingularAttributeSource
 SingularAttributeSource SimpleIdentifierSource.getIdentifierAttributeSource()
          Obtain the source descriptor for the identifier attribute.
 SingularAttributeSource RootEntitySource.getVersioningAttributeSource()
          Obtain the source information about the attribute used for versioning.
 

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

Classes in org.hibernate.metamodel.source.hbm that implement SingularAttributeSource
 class ComponentAttributeSourceImpl
           
 

Methods in org.hibernate.metamodel.source.hbm that return SingularAttributeSource
 SingularAttributeSource RootEntitySourceImpl.getVersioningAttributeSource()
           
 



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