| Package | Description |
|---|---|
| org.apache.openejb.jee.jpa |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<UniqueConstraint> |
SecondaryTable.uniqueConstraint |
protected List<UniqueConstraint> |
Table.uniqueConstraint |
protected List<UniqueConstraint> |
CollectionTable.uniqueConstraint |
protected List<UniqueConstraint> |
JoinTable.uniqueConstraint |
protected List<UniqueConstraint> |
TableGenerator.uniqueConstraint |
| Modifier and Type | Method and Description |
|---|---|
UniqueConstraint |
ObjectFactory.createUniqueConstraint()
Create an instance of
UniqueConstraint |
| Modifier and Type | Method and Description |
|---|---|
List<UniqueConstraint> |
SecondaryTable.getUniqueConstraint()
Gets the value of the uniqueConstraint property.
|
List<UniqueConstraint> |
Table.getUniqueConstraint()
Gets the value of the uniqueConstraint property.
|
List<UniqueConstraint> |
CollectionTable.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.
|
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.