Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.UniqueConstraint

Packages that use UniqueConstraint
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of UniqueConstraint in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type UniqueConstraint
protected  List<UniqueConstraint> SecondaryTable.uniqueConstraint
           
protected  List<UniqueConstraint> Table.uniqueConstraint
           
protected  List<UniqueConstraint> TableGenerator.uniqueConstraint
           
protected  List<UniqueConstraint> JoinTable.uniqueConstraint
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return UniqueConstraint
 UniqueConstraint UniqueConstraint.clone()
          Creates and returns a deep copy of this object.
 UniqueConstraint ObjectFactory.createUniqueConstraint()
          Create an instance of UniqueConstraint
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type UniqueConstraint
 List<UniqueConstraint> SecondaryTable.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 List<UniqueConstraint> Table.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 List<UniqueConstraint> TableGenerator.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 List<UniqueConstraint> JoinTable.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type UniqueConstraint
UniqueConstraint(UniqueConstraint o)
          Creates a new UniqueConstraint instance by deeply copying a given UniqueConstraint instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.