Uses of Class
it.openutils.hibernate.example.ExampleTree

Packages that use ExampleTree
it.openutils.hibernate.example   
 

Uses of ExampleTree in it.openutils.hibernate.example
 

Methods in it.openutils.hibernate.example that return ExampleTree
 ExampleTree ExampleTree.add(String associationPath, org.hibernate.criterion.Criterion criterion)
          add an additional criterion for properties of the subentity at the given path
 ExampleTree ExampleTree.enableLike()
          Use the "like" operator for all string-valued properties
 ExampleTree ExampleTree.enableLike(org.hibernate.criterion.MatchMode matchMode)
          Use the "like" operator for all string-valued properties
 ExampleTree ExampleTree.excludeNone()
          Don't exclude null or zero-valued properties
 ExampleTree ExampleTree.excludeProperty(String associationPath, String propertyName)
          exclude a property from the default filter (note that additional conditions may still be applied for this property)
 ExampleTree ExampleTree.excludeZeroes()
          Exclude zero-valued properties
 ExampleTree ExampleTree.ignoreCase()
          Ignore case for all string-valued properties
 ExampleTree ExampleTree.overridePropertyFilter(String associationPath, String propertyName, org.hibernate.criterion.Criterion override)
          override filter behavior for a given property with the input criterion.
 ExampleTree ExampleTree.setEscapeCharacter(Character escapeCharacter)
          Set escape character for "like" clause
 ExampleTree ExampleTree.setPropertySelector(org.hibernate.criterion.Example.PropertySelector selector)
          Set the property selector
 



Copyright © 2005-2011 Openmind. All Rights Reserved.