Uses of Interface
net.sf.hibernate.expression.Example.PropertySelector

Packages that use Example.PropertySelector
net.sf.hibernate.expression   
 

Uses of Example.PropertySelector in net.sf.hibernate.expression
 

Methods in net.sf.hibernate.expression with parameters of type Example.PropertySelector
 Example Example.setPropertySelector(Example.PropertySelector selector)
          Set the property selector
 

Constructors in net.sf.hibernate.expression with parameters of type Example.PropertySelector
Example(Object entity, Example.PropertySelector selector)