A B C D E F G H I J L M N O P Q R S T U V W X

H

handleBeanSource(Object, Method, Object) - Method in interface net.sf.beanlib.spi.BeanSourceHandler
 
handleException(Throwable, Logger) - Method in interface net.sf.beanlib.spi.BeanPopulationExceptionHandler
Handles the exception thrown during the population of a bean property.
handleException(Throwable, Logger) - Method in class net.sf.beanlib.spi.BeanPopulationExceptionHandlerAdapter
 
hashCode - Variable in class net.sf.beanlib.CollectionPropertyName
 
hashCode() - Method in class net.sf.beanlib.CollectionPropertyName
 
hashReturnValue(int, Class<?>, Object) - Method in class net.sf.beanlib.BeanGetter
 
hasNext() - Method in class net.sf.beanlib.util.LineIterator
 
hasNextExecuted - Variable in class net.sf.beanlib.util.LineIterator
 
HeteroImmutableReplicator - Class in net.sf.beanlib.provider.replicator
Immutable Object Replicator that supports replication across heterogeneous enums.
HeteroImmutableReplicator() - Constructor for class net.sf.beanlib.provider.replicator.HeteroImmutableReplicator
 
HeteroImmutableReplicator.Factory - Class in net.sf.beanlib.provider.replicator
Factory for HeteroImmutableReplicator
HeteroImmutableReplicator.Factory() - Constructor for class net.sf.beanlib.provider.replicator.HeteroImmutableReplicator.Factory
 
hibernate2dto(Object) - Method in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Returns a DTO by cloning portion of the object graph of the given Hibernate bean, excluding all collection and map properties, and including only those properties with package names that match the application package prefix.
hibernate2dto(Class<E>, T) - Method in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Returns a DTO of the specified target entity type by cloning portion of the object graph of the given Hibernate bean, excluding all collection and map properties, and including only those properties with package names that match the application package prefix.
hibernate2dto(T, Class<?>[], CollectionPropertyName<?>[]) - Method in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Returns a DTO by partially cloning the object graph of the given Hibernate "from" instance that follows the JavaBean getter/setter convention on a best attempt basis, including only those properties that are explicitly specified, or implied by the application package prefix.
hibernate2dto(Class<E>, T, Class<?>[], CollectionPropertyName<?>[]) - Method in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Returns a DTO of the specified target entity type by partially cloning the object graphs of the given Hibernate "from" instance that follows the JavaBean getter/setter convention on a best attempt basis, including only those properties that are explicitly specified, or implied by the application package prefix.
hibernate2dto(Collection<?>) - Method in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Returns a list of DTO's by partially cloning the object graphs of the given collection of Hibernate entity beans, excluding all collection and map properties, and including only those properties with package names that match the application package prefix.
hibernate2dto(Class<E>, Collection<?>, Class<?>[], CollectionPropertyName<?>[]) - Method in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Returns a list of DTO's of the specified target entity type by partially cloning the object graphs of the given collection of Hibernate entity beans that follows the JavaBean getter/setter convention on a best attempt basis, including only those properties that are explicitly specified, or implied by the application package prefix.
hibernate2dtoFully(Object) - Method in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Returns a DTO by deep cloning the application specific entities of the given Hibernate "from" instance.
hibernate2dtoFully(Collection<?>) - Method in class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Returns a list of DTO's by deep cloning the application specific entities of the given collection of Hibernate beans.
Hibernate3BeanReplicator - Class in net.sf.beanlib.hibernate3
Hibernate 3 Bean Replicator.
Hibernate3BeanReplicator() - Constructor for class net.sf.beanlib.hibernate3.Hibernate3BeanReplicator
By default, all properties will be included for replication.
Hibernate3BeanReplicator(String) - Constructor for class net.sf.beanlib.hibernate3.Hibernate3BeanReplicator
Constructs with an application package prefix.
Hibernate3BeanReplicator(Set<Class<?>>, Set<? extends CollectionPropertyName<?>>, PropertyFilter) - Constructor for class net.sf.beanlib.hibernate3.Hibernate3BeanReplicator
Convenient constructor to specify: The set of entity bean classes for matching properties that will be replicated; The set of collection and map properties that will be replicated; A vetoer used to veto the propagation of specific properties
Hibernate3BeanReplicator(String, Set<Class<?>>, Set<? extends CollectionPropertyName<?>>, PropertyFilter) - Constructor for class net.sf.beanlib.hibernate3.Hibernate3BeanReplicator
Convenient constructor to specify: An application package prefix used to determine if a property with a type of an entity bean class will be included for replication; The set of entity bean classes for matching properties that will be replicated; The set of collection and map properties that will be replicated; A vetoer used to veto the propagation of specific properties
Hibernate3BeanTransformer - Class in net.sf.beanlib.hibernate3
A Hibernate 3 Bean Transformer is simply a BeanTransformer with the extended capabilities of handling Hibernate (v3.x) objects.
Hibernate3BeanTransformer() - Constructor for class net.sf.beanlib.hibernate3.Hibernate3BeanTransformer
 
Hibernate3BeanTransformer(BeanPopulatorSpi.Factory) - Constructor for class net.sf.beanlib.hibernate3.Hibernate3BeanTransformer
 
Hibernate3BlobReplicator - Class in net.sf.beanlib.hibernate3
Hibernate 3 specific Blob Replicator.
Hibernate3BlobReplicator() - Constructor for class net.sf.beanlib.hibernate3.Hibernate3BlobReplicator
 
Hibernate3BlobReplicator.Factory - Class in net.sf.beanlib.hibernate3
Factory for Hibernate3BlobReplicator
Hibernate3BlobReplicator.Factory() - Constructor for class net.sf.beanlib.hibernate3.Hibernate3BlobReplicator.Factory
 
Hibernate3CollectionReplicator - Class in net.sf.beanlib.hibernate3
Hibernate 3 specific Collection Replicator.
Hibernate3CollectionReplicator(BeanTransformerSpi) - Constructor for class net.sf.beanlib.hibernate3.Hibernate3CollectionReplicator
 
Hibernate3CollectionReplicator.Factory - Class in net.sf.beanlib.hibernate3
Factory for Hibernate3CollectionReplicator
Hibernate3CollectionReplicator.Factory() - Constructor for class net.sf.beanlib.hibernate3.Hibernate3CollectionReplicator.Factory
 
Hibernate3DaoSupportable - Interface in net.sf.beanlib.hibernate3
Hibernate 3 DAO Support Interface.
Hibernate3DtoCopier - Class in net.sf.beanlib.hibernate3
Hibernate 3 Data Transfer Object Copier.
Hibernate3DtoCopier() - Constructor for class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Constructs with application package prefix disabled.
Hibernate3DtoCopier(String) - Constructor for class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Constructs with an application package prefix.
Hibernate3DtoCopier(String, Class<?>) - Constructor for class net.sf.beanlib.hibernate3.Hibernate3DtoCopier
Constructs with an application package prefix, and a sample application class in a package with such prefix for sanity checking purposes.
Hibernate3JavaBeanReplicator - Class in net.sf.beanlib.hibernate3
Hibernate 3 specific JavaBean Replicator.
Hibernate3JavaBeanReplicator(BeanTransformerSpi) - Constructor for class net.sf.beanlib.hibernate3.Hibernate3JavaBeanReplicator
 
Hibernate3JavaBeanReplicator.Factory - Class in net.sf.beanlib.hibernate3
Factory for Hibernate3JavaBeanReplicator
Hibernate3JavaBeanReplicator.Factory() - Constructor for class net.sf.beanlib.hibernate3.Hibernate3JavaBeanReplicator.Factory
 
Hibernate3MapReplicator - Class in net.sf.beanlib.hibernate3
Hibernate 3 specific Map Replicator.
Hibernate3MapReplicator(BeanTransformerSpi) - Constructor for class net.sf.beanlib.hibernate3.Hibernate3MapReplicator
 
Hibernate3MapReplicator.Factory - Class in net.sf.beanlib.hibernate3
Factory for MapReplicator
Hibernate3MapReplicator.Factory() - Constructor for class net.sf.beanlib.hibernate3.Hibernate3MapReplicator.Factory
 
Hibernate3SequenceGenerator - Class in net.sf.beanlib.hibernate3
Hibernate 3 DB Sequence Generator.
Hibernate3SequenceGenerator() - Constructor for class net.sf.beanlib.hibernate3.Hibernate3SequenceGenerator
 
Hibernate3UnitOfWork - Class in net.sf.beanlib.hibernate3
Hibernate 3 Unit Of Work.
Hibernate3UnitOfWork(Session) - Constructor for class net.sf.beanlib.hibernate3.Hibernate3UnitOfWork
 
HibernateBeanReplicator - Class in net.sf.beanlib.hibernate
Hibernate Bean Replicator.
HibernateBeanReplicator(BeanTransformerSpi) - Constructor for class net.sf.beanlib.hibernate.HibernateBeanReplicator
You probably want to construct a Hibernate3BeanReplicator directly instead of this ?
hibernateBeanTransformer - Variable in class net.sf.beanlib.hibernate.HibernateBeanReplicator
Used to do the heavy lifting of Hibernate object transformation and replication.
HibernatePropertyFilter - Class in net.sf.beanlib.hibernate
A default implementation used to determine if a Hibernate property that follows the JavaBean getter/setter convention should be propagated.
HibernatePropertyFilter(Set<Class<?>>, Set<? extends CollectionPropertyName<?>>, PropertyFilter) - Constructor for class net.sf.beanlib.hibernate.HibernatePropertyFilter
Constructs with the specified options of controlling what to be replicated and what not.
HibernatePropertyFilter(String, Set<Class<?>>, Set<? extends CollectionPropertyName<?>>, PropertyFilter) - Constructor for class net.sf.beanlib.hibernate.HibernatePropertyFilter
Constructs with the specified options of controlling what to be replicated and what not.
HibernatePropertyFilter() - Constructor for class net.sf.beanlib.hibernate.HibernatePropertyFilter
Constructs with the default behavior of replicating all properties recursively.
HibernatePropertyFilter(String) - Constructor for class net.sf.beanlib.hibernate.HibernatePropertyFilter
Constructs with an application package prefix.

A B C D E F G H I J L M N O P Q R S T U V W X