Uses of Class
org.hibernate.criterion.NaturalIdentifier

Packages that use NaturalIdentifier
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
 

Uses of NaturalIdentifier in org.hibernate.criterion
 

Methods in org.hibernate.criterion that return NaturalIdentifier
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(String property, Object value)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.