Uses of Class
net.sf.beanlib.hibernate.HibernatePropertyFilter

Packages that use HibernatePropertyFilter
net.sf.beanlib.hibernate JavaBean Library for Hibernate (Common code base) 
 

Uses of HibernatePropertyFilter in net.sf.beanlib.hibernate
 

Methods in net.sf.beanlib.hibernate that return HibernatePropertyFilter
 HibernatePropertyFilter HibernateBeanReplicator.getHibernatePropertyFilter()
          Convenient method to return the current property filter as HibernatePropertyFilter if the type matches; or null otherwise.
 HibernatePropertyFilter HibernatePropertyFilter.withCollectionPropertyNameSet(Set<? extends CollectionPropertyName<?>> collectionPropertyNameSet)
          Used to configure the set of collection and map properties that will be replicated, eagerly fetching if necessary.
 HibernatePropertyFilter HibernatePropertyFilter.withEntityBeanClassSet(Set<Class<?>> entityBeanClassSet)
          Used to configure the set of entity bean classes for matching properties that will be replicated, eagerly fetching if necessary.
 HibernatePropertyFilter HibernatePropertyFilter.withVetoer(PropertyFilter vetoer)
          Used to configure a vetoer for vetoing the propagation of a property.