Package org.progeeks.hibernate

Package containing extenstions for Hibernate reading and writing MetaObjects.

See:
          Description

Interface Summary
HibernateAnnotations.CLASS_ANNOTATION_PROPERTIES Constants for all of the property names in a class annotation object.
HibernateAnnotations.ID_ANNOTATION_PROPERTIES Constants for all of the property names in a id annotation object.
HibernateAnnotations.KEY_PROPERTIES Constrants for all of the property names in a key object.
HibernateAnnotations.MAP_ANNOTATION_PROPERTIES Constants for all of the property names in a map annotation object.
HibernateAnnotations.PROPERTY_ANNOTATION_PROPERTIES Constants for all of the property names in a property annotation object.
 

Class Summary
HibernateAnnotations Class providing the annotations types for meta-class annotations that are used to configure Hibernate persistance for the meta-class.
HibernateAnnotations.AccessPropertyType Enumerated property type defining the valid values for the id and property annotations' access properties.
HibernateAnnotations.CascadePropertyType Enumerated property type defining the valid values for the map property annotation's cascade property.
HibernateAnnotations.FetchPropertyType Enumerated property type defining the valid values for the map property annotation's fetch property.
HibernateAnnotations.LazyPropertyType Enumerated property type defining the valid values for the map property annotation's lazy property.
HibernateAnnotations.OptimisticLockingPropertyType Enumerated property type defining the valid values for the class annotation's optimisticLocking property.
HibernateAnnotations.PolymorphismPropertyType Enumerated property type defining the valid values for the class annotation's poloymorphism property.
HibernateAnnotations.UnsavedValuePropertyType Enumerated property type defining the valid values for the id annotation's unsavedValue property.
HibernateMappingGenerator Class for generating a Hibernate mapping (*.hbm.xml) from annotated meta-classes.
MetaObjectAccessor Access the value of a field in a MetaObject
MetaObjectInstantiator Implemenation of Instantiator for a MetaObject.
MetaObjectInterceptor An interceptor that allows Hibernate to create MetaObjects when loading data from the database.
MetaObjectLazyInitializer  
MetaObjectPersister Extention of the default org.hibernate.persister.EntityPersister interface to handle reading and writing of MetaObject correctly.
MetaObjectProxy Marker interface for meta object proxies
MetaObjectTuplizer Implementation of a tuplizer for MetaObjects
 

Package org.progeeks.hibernate Description

Package containing extenstions for Hibernate reading and writing MetaObjects.



Copyright © 2002-2003 Paul Speed. All Rights Reserved.