Uses of Class
org.apache.openejb.jee.jpa.UniqueConstraint
-
Packages that use UniqueConstraint Package Description 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 Modifier and Type Field Description protected List<UniqueConstraint>CollectionTable. uniqueConstraintprotected List<UniqueConstraint>JoinTable. uniqueConstraintprotected List<UniqueConstraint>SecondaryTable. uniqueConstraintprotected List<UniqueConstraint>Table. uniqueConstraintprotected List<UniqueConstraint>TableGenerator. uniqueConstraintMethods in org.apache.openejb.jee.jpa that return UniqueConstraint Modifier and Type Method Description UniqueConstraintObjectFactory. createUniqueConstraint()Create an instance ofUniqueConstraintMethods in org.apache.openejb.jee.jpa that return types with arguments of type UniqueConstraint Modifier and Type Method Description List<UniqueConstraint>CollectionTable. getUniqueConstraint()Gets the value of the uniqueConstraint property.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.
-