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 |
---|---|
ElementCollection<T> |
ElementCollection.access(AccessType access)
Sets the
access attribute |
ElementCollection<T> |
ElementCollection.access(String access)
Sets the
access attribute |
ElementCollection<EmbeddableAttributes<T>> |
EmbeddableAttributes.createElementCollection()
Creates a new
element-collection element |
ElementCollection<Attributes<T>> |
Attributes.createElementCollection()
Creates a new
element-collection element |
ElementCollection<T> |
ElementCollection.enumerated(EnumType enumerated)
Sets the
enumerated element |
ElementCollection<T> |
ElementCollection.enumerated(String enumerated)
Sets the
enumerated element |
ElementCollection<T> |
ElementCollection.fetch(FetchType fetch)
Sets the
fetch attribute |
ElementCollection<T> |
ElementCollection.fetch(String fetch)
Sets the
fetch attribute |
ElementCollection<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateElementCollection()
If not already created, a new
element-collection element will be created and returned. |
ElementCollection<Attributes<T>> |
Attributes.getOrCreateElementCollection()
If not already created, a new
element-collection element will be created and returned. |
ElementCollection<T> |
ElementCollection.lob()
Sets the
lob element |
ElementCollection<T> |
ElementCollection.mapKeyEnumerated(EnumType mapKeyEnumerated)
Sets the
map-key-enumerated element |
ElementCollection<T> |
ElementCollection.mapKeyEnumerated(String mapKeyEnumerated)
Sets the
map-key-enumerated element |
ElementCollection<T> |
ElementCollection.mapKeyTemporal(String mapKeyTemporal)
Sets the
map-key-temporal element |
ElementCollection<T> |
ElementCollection.mapKeyTemporal(TemporalType mapKeyTemporal)
Sets the
map-key-temporal element |
ElementCollection<T> |
ElementCollection.name(String name)
Sets the
name attribute |
ElementCollection<T> |
ElementCollection.orderBy(String orderBy)
Sets the
order-by element |
ElementCollection<T> |
ElementCollection.removeAccess()
Removes the
access attribute |
ElementCollection<T> |
ElementCollection.removeAllAssociationOverride()
Removes all
association-override elements |
ElementCollection<T> |
ElementCollection.removeAllAttributeOverride()
Removes all
attribute-override elements |
ElementCollection<T> |
ElementCollection.removeAllConvert()
Removes all
convert elements |
ElementCollection<T> |
ElementCollection.removeAllMapKeyAttributeOverride()
Removes all
map-key-attribute-override elements |
ElementCollection<T> |
ElementCollection.removeAllMapKeyConvert()
Removes all
map-key-convert elements |
ElementCollection<T> |
ElementCollection.removeAllMapKeyJoinColumn()
Removes all
map-key-join-column elements |
ElementCollection<T> |
ElementCollection.removeCollectionTable()
Removes the
collection-table element |
ElementCollection<T> |
ElementCollection.removeColumn()
Removes the
column element |
ElementCollection<T> |
ElementCollection.removeEnumerated()
Removes the
enumerated attribute |
ElementCollection<T> |
ElementCollection.removeFetch()
Removes the
fetch attribute |
ElementCollection<T> |
ElementCollection.removeLob()
Removes the
lob element |
ElementCollection<T> |
ElementCollection.removeMapKey()
Removes the
map-key element |
ElementCollection<T> |
ElementCollection.removeMapKeyClass()
Removes the
map-key-class element |
ElementCollection<T> |
ElementCollection.removeMapKeyColumn()
Removes the
map-key-column element |
ElementCollection<T> |
ElementCollection.removeMapKeyEnumerated()
Removes the
map-key-enumerated attribute |
ElementCollection<T> |
ElementCollection.removeMapKeyForeignKey()
Removes the
map-key-foreign-key element |
ElementCollection<T> |
ElementCollection.removeMapKeyTemporal()
Removes the
map-key-temporal attribute |
ElementCollection<T> |
ElementCollection.removeName()
Removes the
name attribute |
ElementCollection<T> |
ElementCollection.removeOrderBy()
Removes the
order-by element |
ElementCollection<T> |
ElementCollection.removeOrderColumn()
Removes the
order-column element |
ElementCollection<T> |
ElementCollection.removeTargetClass()
Removes the
target-class attribute |
ElementCollection<T> |
ElementCollection.removeTemporal()
Removes the
temporal attribute |
ElementCollection<T> |
ElementCollection.targetClass(String targetClass)
Sets the
target-class attribute |
ElementCollection<T> |
ElementCollection.temporal(String temporal)
Sets the
temporal element |
ElementCollection<T> |
ElementCollection.temporal(TemporalType temporal)
Sets the
temporal element |
Modifier and Type | Method and Description |
---|---|
AssociationOverride<ElementCollection<T>> |
ElementCollection.createAssociationOverride()
Creates a new
association-override element |
AttributeOverride<ElementCollection<T>> |
ElementCollection.createAttributeOverride()
Creates a new
attribute-override element |
Convert<ElementCollection<T>> |
ElementCollection.createConvert()
Creates a new
convert element |
AttributeOverride<ElementCollection<T>> |
ElementCollection.createMapKeyAttributeOverride()
Creates a new
map-key-attribute-override element |
Convert<ElementCollection<T>> |
ElementCollection.createMapKeyConvert()
Creates a new
map-key-convert element |
MapKeyJoinColumn<ElementCollection<T>> |
ElementCollection.createMapKeyJoinColumn()
Creates a new
map-key-join-column element |
List<AssociationOverride<ElementCollection<T>>> |
ElementCollection.getAllAssociationOverride()
Returns all
association-override elements |
List<AttributeOverride<ElementCollection<T>>> |
ElementCollection.getAllAttributeOverride()
Returns all
attribute-override elements |
List<Convert<ElementCollection<T>>> |
ElementCollection.getAllConvert()
Returns all
convert elements |
List<ElementCollection<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllElementCollection()
Returns all
element-collection elements |
List<ElementCollection<Attributes<T>>> |
Attributes.getAllElementCollection()
Returns all
element-collection elements |
List<AttributeOverride<ElementCollection<T>>> |
ElementCollection.getAllMapKeyAttributeOverride()
Returns all
map-key-attribute-override elements |
List<Convert<ElementCollection<T>>> |
ElementCollection.getAllMapKeyConvert()
Returns all
map-key-convert elements |
List<MapKeyJoinColumn<ElementCollection<T>>> |
ElementCollection.getAllMapKeyJoinColumn()
Returns all
map-key-join-column elements |
AssociationOverride<ElementCollection<T>> |
ElementCollection.getOrCreateAssociationOverride()
If not already created, a new
association-override element will be created and returned. |
AttributeOverride<ElementCollection<T>> |
ElementCollection.getOrCreateAttributeOverride()
If not already created, a new
attribute-override element will be created and returned. |
CollectionTable<ElementCollection<T>> |
ElementCollection.getOrCreateCollectionTable()
If not already created, a new
collection-table element with the given value will be created. |
Column<ElementCollection<T>> |
ElementCollection.getOrCreateColumn()
If not already created, a new
column element with the given value will be created. |
Convert<ElementCollection<T>> |
ElementCollection.getOrCreateConvert()
If not already created, a new
convert element will be created and returned. |
MapKey<ElementCollection<T>> |
ElementCollection.getOrCreateMapKey()
If not already created, a new
map-key element with the given value will be created. |
AttributeOverride<ElementCollection<T>> |
ElementCollection.getOrCreateMapKeyAttributeOverride()
If not already created, a new
map-key-attribute-override element will be created and returned. |
MapKeyClass<ElementCollection<T>> |
ElementCollection.getOrCreateMapKeyClass()
If not already created, a new
map-key-class element with the given value will be created. |
MapKeyColumn<ElementCollection<T>> |
ElementCollection.getOrCreateMapKeyColumn()
If not already created, a new
map-key-column element with the given value will be created. |
Convert<ElementCollection<T>> |
ElementCollection.getOrCreateMapKeyConvert()
If not already created, a new
map-key-convert element will be created and returned. |
ForeignKey<ElementCollection<T>> |
ElementCollection.getOrCreateMapKeyForeignKey()
If not already created, a new
map-key-foreign-key element with the given value will be created. |
MapKeyJoinColumn<ElementCollection<T>> |
ElementCollection.getOrCreateMapKeyJoinColumn()
If not already created, a new
map-key-join-column element will be created and returned. |
OrderColumn<ElementCollection<T>> |
ElementCollection.getOrCreateOrderColumn()
If not already created, a new
order-column element with the given value will be created. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.