Uses of Package
org.hibernate.metamodel.binding

Packages that use org.hibernate.metamodel.binding
org.hibernate.cache.internal   
org.hibernate.ejb.event   
org.hibernate.metamodel NOTE: This package is currently unfinished and therefore considered experimental and unsupported. 
org.hibernate.metamodel.binding   
org.hibernate.metamodel.source   
org.hibernate.metamodel.source.annotations.attribute   
org.hibernate.metamodel.source.annotations.entity   
org.hibernate.metamodel.source.binder   
org.hibernate.metamodel.source.hbm   
org.hibernate.metamodel.source.internal   
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
org.hibernate.persister.internal   
org.hibernate.persister.spi   
org.hibernate.property This package abstracts the notion of a "property" of an entity. 
org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes. 
org.hibernate.tuple.entity   
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.cache.internal
EntityBinding
          Provides the link between the domain and the relational model for an entity.
PluralAttributeBinding
           
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.ejb.event
EntityBinding
          Provides the link between the domain and the relational model for an entity.
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.metamodel
EntityBinding
          Provides the link between the domain and the relational model for an entity.
FetchProfile
          A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
IdGenerator
          Identifier generator container, Useful to keep named generator in annotations
PluralAttributeBinding
           
TypeDef
          Represents the metamodel view of a typedef (type definition).
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.metamodel.binding
AbstractAttributeBinding
          Basic support for AttributeBinding implementors
AbstractCollectionElement
          Basic contract describing the commonality between the various types of collection element mappings.
AbstractPluralAttributeBinding
          TODO : javadoc
AbstractSingularAttributeBinding
           
AssociationAttributeBinding
          Contract describing a binding for attributes which model associations.
AttributeBinding
          The basic contract for binding a attribute from the domain model to the relational model.
AttributeBindingContainer
          Common contract for EntityBinding and ComponentAttributeBinding in so far as they are both containers for AttributeBinding descriptors
BagBinding
          TODO : javadoc
BasicAttributeBinding
          TODO : javadoc
Caching
          Defines the caching settings for an entity.
CascadeType
           
CollectionElementNature
          Describes the nature of persistent collection elements.
CollectionKey
          TODO : javadoc
CollectionLaziness
           
ComponentAttributeBinding
           
CustomSQL
          Wraps the information for custom SQL execution
EntityBinding
          Provides the link between the domain and the relational model for an entity.
EntityDiscriminator
          Binding of the discriminator in a entity hierarchy
EntityIdentifier
          Binds the entity identifier.
FetchProfile.Fetch
          Defines an individual association fetch within the given profile.
HibernateTypeDescriptor
          TODO : javadoc
HierarchyDetails
           
IdGenerator
          Identifier generator container, Useful to keep named generator in annotations
InheritanceType
          The inheritance type for a given entity.
KeyValueBinding
          TODO : javadoc
ManyToOneAttributeBinding
          TODO : javadoc
PluralAttributeBinding
           
SetBinding
           
SimpleValueBinding
           
SingularAssociationAttributeBinding
          Contract describing the attribute binding for singular associations (many-to-one, one-to-one).
SingularAttributeBinding
          Specialized binding contract for singular (non-collection) attributes
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.metamodel.source
EntityBinding
          Provides the link between the domain and the relational model for an entity.
FetchProfile
          A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
IdGenerator
          Identifier generator container, Useful to keep named generator in annotations
MetaAttribute
          A meta attribute is a named value or values.
PluralAttributeBinding
           
TypeDef
          Represents the metamodel view of a typedef (type definition).
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.metamodel.source.annotations.attribute
IdGenerator
          Identifier generator container, Useful to keep named generator in annotations
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.metamodel.source.annotations.entity
Caching
          Defines the caching settings for an entity.
CustomSQL
          Wraps the information for custom SQL execution
InheritanceType
          The inheritance type for a given entity.
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.metamodel.source.binder
Caching
          Defines the caching settings for an entity.
CustomSQL
          Wraps the information for custom SQL execution
IdGenerator
          Identifier generator container, Useful to keep named generator in annotations
InheritanceType
          The inheritance type for a given entity.
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.metamodel.source.hbm
Caching
          Defines the caching settings for an entity.
CustomSQL
          Wraps the information for custom SQL execution
InheritanceType
          The inheritance type for a given entity.
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.metamodel.source.internal
EntityBinding
          Provides the link between the domain and the relational model for an entity.
FetchProfile
          A fetch profile allows a user to dynamically modify the fetching strategy used for particular associations at runtime, whereas that information was historically only statically defined in the metadata.
IdGenerator
          Identifier generator container, Useful to keep named generator in annotations
PluralAttributeBinding
           
TypeDef
          Represents the metamodel view of a typedef (type definition).
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.persister.entity
EntityBinding
          Provides the link between the domain and the relational model for an entity.
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.persister.internal
EntityBinding
          Provides the link between the domain and the relational model for an entity.
PluralAttributeBinding
           
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.persister.spi
EntityBinding
          Provides the link between the domain and the relational model for an entity.
PluralAttributeBinding
           
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.property
AttributeBinding
          The basic contract for binding a attribute from the domain model to the relational model.
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.tuple
AttributeBinding
          The basic contract for binding a attribute from the domain model to the relational model.
BasicAttributeBinding
          TODO : javadoc
EntityBinding
          Provides the link between the domain and the relational model for an entity.
 

Classes in org.hibernate.metamodel.binding used by org.hibernate.tuple.entity
AttributeBinding
          The basic contract for binding a attribute from the domain model to the relational model.
EntityBinding
          Provides the link between the domain and the relational model for an entity.
 



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