Uses of Class
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.UniqueConstraint

Packages that use UniqueConstraint
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm   
 

Uses of UniqueConstraint in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm with type parameters of type UniqueConstraint
protected  List<UniqueConstraint> Table.uniqueConstraint
           
protected  List<UniqueConstraint> SecondaryTable.uniqueConstraint
           
protected  List<UniqueConstraint> JoinTable.uniqueConstraint
           
protected  List<UniqueConstraint> TableGenerator.uniqueConstraint
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm that return UniqueConstraint
 UniqueConstraint UniqueConstraint.clone()
          Creates and returns a copy of this object.
protected static UniqueConstraint ObjectFactory.copyOfUniqueConstraint(UniqueConstraint clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.UniqueConstraint instance.
 UniqueConstraint ObjectFactory.createUniqueConstraint()
          Create an instance of UniqueConstraint
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm that return types with arguments of type UniqueConstraint
 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> TableGenerator.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm with parameters of type UniqueConstraint
protected static UniqueConstraint ObjectFactory.copyOfUniqueConstraint(UniqueConstraint clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.UniqueConstraint instance.
 

Method parameters in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm with type arguments of type UniqueConstraint
protected static void Table.copyUniqueConstraint(List<UniqueConstraint> source, List<UniqueConstraint> target)
          Copies all values of property UniqueConstraint.
protected static void Table.copyUniqueConstraint(List<UniqueConstraint> source, List<UniqueConstraint> target)
          Copies all values of property UniqueConstraint.
protected static void SecondaryTable.copyUniqueConstraint(List<UniqueConstraint> source, List<UniqueConstraint> target)
          Copies all values of property UniqueConstraint.
protected static void SecondaryTable.copyUniqueConstraint(List<UniqueConstraint> source, List<UniqueConstraint> target)
          Copies all values of property UniqueConstraint.
protected static void JoinTable.copyUniqueConstraint(List<UniqueConstraint> source, List<UniqueConstraint> target)
          Copies all values of property UniqueConstraint.
protected static void JoinTable.copyUniqueConstraint(List<UniqueConstraint> source, List<UniqueConstraint> target)
          Copies all values of property UniqueConstraint.
protected static void TableGenerator.copyUniqueConstraint(List<UniqueConstraint> source, List<UniqueConstraint> target)
          Copies all values of property UniqueConstraint.
protected static void TableGenerator.copyUniqueConstraint(List<UniqueConstraint> source, List<UniqueConstraint> target)
          Copies all values of property UniqueConstraint.
 

Constructors in net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm with parameters of type UniqueConstraint
UniqueConstraint(UniqueConstraint o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.UniqueConstraint instance by copying a given instance.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.