Package | Description |
---|---|
org.hibernate.jpamodelgen.xml.jaxb |
Modifier and Type | Field and Description |
---|---|
protected List<UniqueConstraint> |
CollectionTable.uniqueConstraint |
protected List<UniqueConstraint> |
JoinTable.uniqueConstraint |
protected List<UniqueConstraint> |
Table.uniqueConstraint |
protected List<UniqueConstraint> |
TableGenerator.uniqueConstraint |
protected List<UniqueConstraint> |
SecondaryTable.uniqueConstraint |
Modifier and Type | Method and Description |
---|---|
UniqueConstraint |
ObjectFactory.createUniqueConstraint()
Create an instance of
UniqueConstraint |
Modifier and Type | Method and 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> |
Table.getUniqueConstraint()
Gets the value of the uniqueConstraint property.
|
List<UniqueConstraint> |
TableGenerator.getUniqueConstraint()
Gets the value of the uniqueConstraint property.
|
List<UniqueConstraint> |
SecondaryTable.getUniqueConstraint()
Gets the value of the uniqueConstraint property.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.