org.hibernate.criterion
Interface Example.PropertySelector

All Superinterfaces:
Serializable
Enclosing class:
Example

public static interface Example.PropertySelector
extends Serializable

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

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