Uses of Package
org.hibernate.tuple.entity

Packages that use org.hibernate.tuple.entity
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
org.hibernate.tuple.entity   
 

Classes in org.hibernate.tuple.entity used by org.hibernate.cfg
EntityTuplizerFactory
          A registry allowing users to define the default EntityTuplizer class to use per EntityMode.
 

Classes in org.hibernate.tuple.entity used by org.hibernate.persister.entity
EntityMetamodel
          Centralizes metamodel information about an entity.
EntityTuplizer
          Defines further responsibilities reagarding tuplization based on a mapped entity.
 

Classes in org.hibernate.tuple.entity used by org.hibernate.tuple.entity
AbstractEntityTuplizer
          Support for tuplizers relating to entities.
DynamicMapEntityTuplizer.BasicEntityNameResolver
           
EntityEntityModeToTuplizerMapping
          Handles mapping EntityModes to EntityTuplizers.
EntityMetamodel
          Centralizes metamodel information about an entity.
EntityTuplizer
          Defines further responsibilities reagarding tuplization based on a mapped entity.
 



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