|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 java.util.List<UniqueConstraint> |
JoinTable.uniqueConstraint
|
protected java.util.List<UniqueConstraint> |
SecondaryTable.uniqueConstraint
|
protected java.util.List<UniqueConstraint> |
Table.uniqueConstraint
|
protected java.util.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 | |
---|---|
java.util.List<UniqueConstraint> |
JoinTable.getUniqueConstraint()
Gets the value of the uniqueConstraint property. |
java.util.List<UniqueConstraint> |
SecondaryTable.getUniqueConstraint()
Gets the value of the uniqueConstraint property. |
java.util.List<UniqueConstraint> |
Table.getUniqueConstraint()
Gets the value of the uniqueConstraint property. |
java.util.List<UniqueConstraint> |
TableGenerator.getUniqueConstraint()
Gets the value of the uniqueConstraint property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |