Uses of Class
org.hibernate.criterion.Junction.Nature

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

Uses of Junction.Nature in org.hibernate.criterion
 

Methods in org.hibernate.criterion that return Junction.Nature
 Junction.Nature Junction.getNature()
           
static Junction.Nature Junction.Nature.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Junction.Nature[] Junction.Nature.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.hibernate.criterion with parameters of type Junction.Nature
Junction(Junction.Nature nature)
           
 



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