Uses of Class
org.apache.openejb.jee.jpa.UniqueConstraint

Packages that use UniqueConstraint
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of UniqueConstraint in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa with type parameters of type UniqueConstraint
protected  List<UniqueConstraint> JoinTable.uniqueConstraint
           
protected  List<UniqueConstraint> SecondaryTable.uniqueConstraint
           
protected  List<UniqueConstraint> Table.uniqueConstraint
           
protected  List<UniqueConstraint> TableGenerator.uniqueConstraint
           
 

Methods in org.apache.openejb.jee.jpa that return UniqueConstraint
 UniqueConstraint ObjectFactory.createUniqueConstraint()
          Create an instance of UniqueConstraint
 

Methods in org.apache.openejb.jee.jpa that return types with arguments of type UniqueConstraint
 List<UniqueConstraint> JoinTable.getUniqueConstraint()
          Gets the value of the uniqueConstraint property.
 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.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.