Uses of Package
org.hibernate.metadata

Packages that use org.hibernate.metadata
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
 

Classes in org.hibernate.metadata used by org.hibernate
ClassMetadata
          Exposes entity class metadata to the application
CollectionMetadata
          Exposes collection metadata to the application
 

Classes in org.hibernate.metadata used by org.hibernate.impl
ClassMetadata
          Exposes entity class metadata to the application
CollectionMetadata
          Exposes collection metadata to the application
 

Classes in org.hibernate.metadata used by org.hibernate.persister.collection
CollectionMetadata
          Exposes collection metadata to the application
 

Classes in org.hibernate.metadata used by org.hibernate.persister.entity
ClassMetadata
          Exposes entity class metadata to the application
 



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