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

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

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

Classes in org.hibernate.metamodel.source.annotations.attribute that implement IdentifierSource
 class SimpleIdentifierSourceImpl
           
 

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

Methods in org.hibernate.metamodel.source.annotations.entity that return IdentifierSource
 IdentifierSource RootEntitySourceImpl.getIdentifierSource()
           
 

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

Subinterfaces of IdentifierSource in org.hibernate.metamodel.source.binder
 interface ComponentIdentifierSource
           
 interface SimpleIdentifierSource
          Contract describing source of a simple identifier mapping.
 

Methods in org.hibernate.metamodel.source.binder that return IdentifierSource
 IdentifierSource RootEntitySource.getIdentifierSource()
          Obtain source information about this entity's identifier.
 

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

Methods in org.hibernate.metamodel.source.hbm that return IdentifierSource
 IdentifierSource RootEntitySourceImpl.getIdentifierSource()
           
 



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