Uses of Class
com.sun.java.xml.ns.persistence.orm.UniqueConstraint

Packages that use UniqueConstraint
com.sun.java.xml.ns.persistence.orm   
 

Uses of UniqueConstraint in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm with type parameters of type UniqueConstraint
protected  List<UniqueConstraint> TableGenerator.uniqueConstraint
           
protected  List<UniqueConstraint> Table.uniqueConstraint
           
protected  List<UniqueConstraint> SecondaryTable.uniqueConstraint
           
protected  List<UniqueConstraint> JoinTable.uniqueConstraint
           
protected  List<UniqueConstraint> CollectionTable.uniqueConstraint
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return UniqueConstraint
 UniqueConstraint ObjectFactory.createUniqueConstraint()
          Create an instance of UniqueConstraint
 

Methods in com.sun.java.xml.ns.persistence.orm that return types with arguments of type UniqueConstraint
 List<UniqueConstraint> TableGenerator.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 List<UniqueConstraint> Table.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 List<UniqueConstraint> SecondaryTable.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 List<UniqueConstraint> JoinTable.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 List<UniqueConstraint> CollectionTable.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 



Copyright © 2005-2011. All Rights Reserved.