Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Index<T> |
Index.columnList(String columnList)
Sets the
column-list attribute |
Index<JoinTable<T>> |
JoinTable.createIndex()
Creates a new
index element |
Index<SecondaryTable<T>> |
SecondaryTable.createIndex()
Creates a new
index element |
Index<CollectionTable<T>> |
CollectionTable.createIndex()
Creates a new
index element |
Index<Table<T>> |
Table.createIndex()
Creates a new
index element |
Index<TableGenerator<T>> |
TableGenerator.createIndex()
Creates a new
index element |
Index<T> |
Index.description(String description)
Sets the
description element |
Index<JoinTable<T>> |
JoinTable.getOrCreateIndex()
If not already created, a new
index element will be created and returned. |
Index<SecondaryTable<T>> |
SecondaryTable.getOrCreateIndex()
If not already created, a new
index element will be created and returned. |
Index<CollectionTable<T>> |
CollectionTable.getOrCreateIndex()
If not already created, a new
index element will be created and returned. |
Index<Table<T>> |
Table.getOrCreateIndex()
If not already created, a new
index element will be created and returned. |
Index<TableGenerator<T>> |
TableGenerator.getOrCreateIndex()
If not already created, a new
index element will be created and returned. |
Index<T> |
Index.name(String name)
Sets the
name attribute |
Index<T> |
Index.removeColumnList()
Removes the
column-list attribute |
Index<T> |
Index.removeDescription()
Removes the
description element |
Index<T> |
Index.removeName()
Removes the
name attribute |
Index<T> |
Index.removeUnique()
Removes the
unique attribute |
Index<T> |
Index.unique(Boolean unique)
Sets the
unique attribute |
Modifier and Type | Method and Description |
---|---|
List<Index<JoinTable<T>>> |
JoinTable.getAllIndex()
Returns all
index elements |
List<Index<SecondaryTable<T>>> |
SecondaryTable.getAllIndex()
Returns all
index elements |
List<Index<CollectionTable<T>>> |
CollectionTable.getAllIndex()
Returns all
index elements |
List<Index<Table<T>>> |
Table.getAllIndex()
Returns all
index elements |
List<Index<TableGenerator<T>>> |
TableGenerator.getAllIndex()
Returns all
index elements |
Copyright © 2023 JBoss by Red Hat. All rights reserved.