Uses of Class
org.apache.cayenne.jpa.map.JpaUniqueConstraint

Packages that use JpaUniqueConstraint
org.apache.cayenne.jpa.map   
 

Uses of JpaUniqueConstraint in org.apache.cayenne.jpa.map
 

Fields in org.apache.cayenne.jpa.map with type parameters of type JpaUniqueConstraint
protected  Collection<JpaUniqueConstraint> JpaJoinTable.uniqueConstraints
           
protected  Collection<JpaUniqueConstraint> JpaTable.uniqueConstraints
           
protected  Collection<JpaUniqueConstraint> JpaTableGenerator.uniqueConstraints
           
 

Methods in org.apache.cayenne.jpa.map that return types with arguments of type JpaUniqueConstraint
 Collection<JpaUniqueConstraint> JpaJoinTable.getUniqueConstraints()
           
 Collection<JpaUniqueConstraint> JpaTable.getUniqueConstraints()
           
 Collection<JpaUniqueConstraint> JpaTableGenerator.getUniqueConstraints()
           
 



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.