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

Packages that use HibernatePropertyFilter
net.sf.beanlib.hibernate   
 

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(java.util.Set<? extends net.sf.beanlib.CollectionPropertyName<?>> collectionPropertyNameSet)
          Used to configure the set of collection and map properties that will be replicated, eagerly fetching if necessary.
 HibernatePropertyFilter HibernatePropertyFilter.withEntityBeanClassSet(java.util.Set<java.lang.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(net.sf.beanlib.spi.PropertyFilter vetoer)
          Used to configure a vetoer for vetoing the propagation of a property.
 



Copyright © 2009. All Rights Reserved.