|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Example | |
net.sf.hibernate.expression |
Uses of Example in net.sf.hibernate.expression |
Methods in net.sf.hibernate.expression that return Example | |
Example |
Example.setPropertySelector(Example.PropertySelector selector)
Set the property selector |
Example |
Example.excludeZeroes()
Exclude zero-valued properties |
Example |
Example.excludeNone()
Don't exclude null or zero-valued properties |
Example |
Example.enableLike(MatchMode matchMode)
Use the "like" operator for all string-valued properties |
Example |
Example.enableLike()
Use the "like" operator for all string-valued properties |
Example |
Example.ignoreCase()
Ignore case for all string-valued properties |
Example |
Example.excludeProperty(String name)
Exclude a particular named property |
static Example |
Example.create(Object entity)
Create a new instance, which includes all non-null properties by default |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |