Uses of Class
org.hibernate.criterion.NaturalIdentifier
-
Packages that use NaturalIdentifier Package Description org.hibernate.criterion -
-
Uses of NaturalIdentifier in org.hibernate.criterion
Methods in org.hibernate.criterion that return NaturalIdentifier Modifier and Type Method Description static NaturalIdentifier
Restrictions. naturalId()
Consider using any of the natural id based loading stuff from session instead, especially in cases where the restriction is the full set of natural id values.NaturalIdentifier
NaturalIdentifier. set(java.lang.String property, java.lang.Object value)
Set a natural identifier value for this expression
-