
public interface CollectionTable<T> extends Child<T>, OrmCollectionTableCommType<T,CollectionTable<T>,JoinColumn<CollectionTable<T>>,UniqueConstraint<CollectionTable<T>>>
collection-table xsd type| Modifier and Type | Method and Description |
|---|---|
CollectionTable<T> |
catalog(String catalog)
Sets the
catalog attribute |
JoinColumn<CollectionTable<T>> |
createJoinColumn()
Creates a new
join-column element |
UniqueConstraint<CollectionTable<T>> |
createUniqueConstraint()
Creates a new
unique-constraint element |
List<JoinColumn<CollectionTable<T>>> |
getAllJoinColumn()
Returns all
join-column elements |
List<UniqueConstraint<CollectionTable<T>>> |
getAllUniqueConstraint()
Returns all
unique-constraint elements |
String |
getCatalog()
Returns the
catalog attribute |
String |
getName()
Returns the
name attribute |
JoinColumn<CollectionTable<T>> |
getOrCreateJoinColumn()
If not already created, a new
join-column element will be created and returned. |
UniqueConstraint<CollectionTable<T>> |
getOrCreateUniqueConstraint()
If not already created, a new
unique-constraint element will be created and returned. |
String |
getSchema()
Returns the
schema attribute |
CollectionTable<T> |
name(String name)
Sets the
name attribute |
CollectionTable<T> |
removeAllJoinColumn()
Removes all
join-column elements |
CollectionTable<T> |
removeAllUniqueConstraint()
Removes all
unique-constraint elements |
CollectionTable<T> |
removeCatalog()
Removes the
catalog attribute |
CollectionTable<T> |
removeName()
Removes the
name attribute |
CollectionTable<T> |
removeSchema()
Removes the
schema attribute |
CollectionTable<T> |
schema(String schema)
Sets the
schema attribute |
JoinColumn<CollectionTable<T>> getOrCreateJoinColumn()
join-column element will be created and returned.
Otherwise, the first existing join-column element will be returned.join-columnJoinColumn<CollectionTable<T>> createJoinColumn()
join-column elementJoinColumn> List<JoinColumn<CollectionTable<T>>> getAllJoinColumn()
join-column elementsjoin-columnCollectionTable<T> removeAllJoinColumn()
join-column elementsJoinColumn> UniqueConstraint<CollectionTable<T>> getOrCreateUniqueConstraint()
unique-constraint element will be created and returned.
Otherwise, the first existing unique-constraint element will be returned.unique-constraintUniqueConstraint<CollectionTable<T>> createUniqueConstraint()
unique-constraint elementUniqueConstraint> List<UniqueConstraint<CollectionTable<T>>> getAllUniqueConstraint()
unique-constraint elementsunique-constraintCollectionTable<T> removeAllUniqueConstraint()
unique-constraint elementsUniqueConstraint> CollectionTable<T> name(String name)
name attributename - the value for the attribute nameCollectionTableString getName()
name attributenameCollectionTable<T> removeName()
name attributeCollectionTableCollectionTable<T> catalog(String catalog)
catalog attributecatalog - the value for the attribute catalogCollectionTableString getCatalog()
catalog attributecatalogCollectionTable<T> removeCatalog()
catalog attributeCollectionTableCollectionTable<T> schema(String schema)
schema attributeschema - the value for the attribute schemaCollectionTableString getSchema()
schema attributeschemaCollectionTable<T> removeSchema()
schema attributeCollectionTableCopyright © 2025 JBoss by Red Hat. All rights reserved.