Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
CollectionTable<T> |
CollectionTable.catalog(String catalog)
Sets the
catalog attribute |
CollectionTable<ElementCollection<T>> |
ElementCollection.getOrCreateCollectionTable()
If not already created, a new
collection-table element with the given value will be created. |
CollectionTable<T> |
CollectionTable.name(String name)
Sets the
name attribute |
CollectionTable<T> |
CollectionTable.removeAllJoinColumn()
Removes all
join-column elements |
CollectionTable<T> |
CollectionTable.removeAllUniqueConstraint()
Removes all
unique-constraint elements |
CollectionTable<T> |
CollectionTable.removeCatalog()
Removes the
catalog attribute |
CollectionTable<T> |
CollectionTable.removeName()
Removes the
name attribute |
CollectionTable<T> |
CollectionTable.removeSchema()
Removes the
schema attribute |
CollectionTable<T> |
CollectionTable.schema(String schema)
Sets the
schema attribute |
Modifier and Type | Method and Description |
---|---|
JoinColumn<CollectionTable<T>> |
CollectionTable.createJoinColumn()
Creates a new
join-column element |
UniqueConstraint<CollectionTable<T>> |
CollectionTable.createUniqueConstraint()
Creates a new
unique-constraint element |
List<JoinColumn<CollectionTable<T>>> |
CollectionTable.getAllJoinColumn()
Returns all
join-column elements |
List<UniqueConstraint<CollectionTable<T>>> |
CollectionTable.getAllUniqueConstraint()
Returns all
unique-constraint elements |
JoinColumn<CollectionTable<T>> |
CollectionTable.getOrCreateJoinColumn()
If not already created, a new
join-column element will be created and returned. |
UniqueConstraint<CollectionTable<T>> |
CollectionTable.getOrCreateUniqueConstraint()
If not already created, a new
unique-constraint element will be created and returned. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.