| Package | Description |
|---|---|
| org.batoo.jpa.parser.impl.metadata | |
| org.batoo.jpa.parser.impl.orm | |
| org.batoo.jpa.parser.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
UniqueConstraintMetadataImpl
Implementation of
UniqueConstraintMetadata. |
| Modifier and Type | Method and Description |
|---|---|
List<UniqueConstraintMetadata> |
TableGeneratorMetadataImpl.getUniqueConstraints()
Returns the list of unique constraints of the table generator.
|
List<UniqueConstraintMetadata> |
SecondaryTableMetadataImpl.getUniqueConstraints()
Returns the list of unique constraints of the table.
|
List<UniqueConstraintMetadata> |
JoinTableMetadaImpl.getUniqueConstraints()
Returns the list of unique constraints of the table.
|
List<UniqueConstraintMetadata> |
TableMetadataImpl.getUniqueConstraints()
Returns the list of unique constraints of the table.
|
List<UniqueConstraintMetadata> |
CollectionTableMetadataImpl.getUniqueConstraints()
Returns the list of unique constraints of the table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UniqueConstraintsElement
Element for
version elements. |
| Modifier and Type | Method and Description |
|---|---|
List<UniqueConstraintMetadata> |
TableGeneratorElement.getUniqueConstraints()
Returns the list of unique constraints of the table generator.
|
List<UniqueConstraintMetadata> |
SecondaryTableElement.getUniqueConstraints()
Returns the list of unique constraints of the table.
|
List<UniqueConstraintMetadata> |
TableElement.getUniqueConstraints()
Returns the list of unique constraints of the table.
|
| Modifier and Type | Method and Description |
|---|---|
List<UniqueConstraintMetadata> |
TableGeneratorMetadata.getUniqueConstraints()
Returns the list of unique constraints of the table generator.
|
List<UniqueConstraintMetadata> |
TableMetadata.getUniqueConstraints()
Returns the list of unique constraints of the table.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.