Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint

Packages that use UniqueConstraint
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of UniqueConstraint in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type UniqueConstraint
protected  List<UniqueConstraint> Table.uniqueConstraint
           
protected  List<UniqueConstraint> TableGenerator.uniqueConstraint
           
protected  List<UniqueConstraint> CollectionTable.uniqueConstraint
           
protected  List<UniqueConstraint> JoinTable.uniqueConstraint
           
protected  List<UniqueConstraint> SecondaryTable.uniqueConstraint
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return UniqueConstraint
 UniqueConstraint ObjectFactory.createUniqueConstraint()
          Create an instance of UniqueConstraint
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type UniqueConstraint
 List<UniqueConstraint> Table.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 List<UniqueConstraint> TableGenerator.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 List<UniqueConstraint> CollectionTable.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 List<UniqueConstraint> JoinTable.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 List<UniqueConstraint> SecondaryTable.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 



Copyright © 2009-2011. All Rights Reserved.