org.hibernate.criterion
Interface Example.PropertySelector

Enclosing interface:
Example

public static interface Example.PropertySelector

A strategy for choosing property values for inclusion in the query criteria


Method Summary
 boolean include(Object propertyValue, String propertyName, Type type)
           
 

Method Detail

include

public boolean include(Object propertyValue,
                       String propertyName,
                       Type type)