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 |
---|---|
ManyToMany<T> |
ManyToMany.access(AccessType access)
Sets the
access attribute |
ManyToMany<T> |
ManyToMany.access(String access)
Sets the
access attribute |
ManyToMany<Attributes<T>> |
Attributes.createManyToMany()
Creates a new
many-to-many element |
ManyToMany<EmbeddableAttributes<T>> |
EmbeddableAttributes.createManyToMany()
Creates a new
many-to-many element |
ManyToMany<T> |
ManyToMany.fetch(FetchType fetch)
Sets the
fetch attribute |
ManyToMany<T> |
ManyToMany.fetch(String fetch)
Sets the
fetch attribute |
ManyToMany<Attributes<T>> |
Attributes.getOrCreateManyToMany()
If not already created, a new
many-to-many element will be created and returned. |
ManyToMany<EmbeddableAttributes<T>> |
EmbeddableAttributes.getOrCreateManyToMany()
If not already created, a new
many-to-many element will be created and returned. |
ManyToMany<T> |
ManyToMany.mapKeyEnumerated(EnumType mapKeyEnumerated)
Sets the
map-key-enumerated element |
ManyToMany<T> |
ManyToMany.mapKeyEnumerated(String mapKeyEnumerated)
Sets the
map-key-enumerated element |
ManyToMany<T> |
ManyToMany.mapKeyTemporal(String mapKeyTemporal)
Sets the
map-key-temporal element |
ManyToMany<T> |
ManyToMany.mapKeyTemporal(TemporalType mapKeyTemporal)
Sets the
map-key-temporal element |
ManyToMany<T> |
ManyToMany.mappedBy(String mappedBy)
Sets the
mapped-by attribute |
ManyToMany<T> |
ManyToMany.name(String name)
Sets the
name attribute |
ManyToMany<T> |
ManyToMany.orderBy(String orderBy)
Sets the
order-by element |
ManyToMany<T> |
ManyToMany.removeAccess()
Removes the
access attribute |
ManyToMany<T> |
ManyToMany.removeAllMapKeyAttributeOverride()
Removes all
map-key-attribute-override elements |
ManyToMany<T> |
ManyToMany.removeAllMapKeyJoinColumn()
Removes all
map-key-join-column elements |
ManyToMany<T> |
ManyToMany.removeCascade()
Removes the
cascade element |
ManyToMany<T> |
ManyToMany.removeFetch()
Removes the
fetch attribute |
ManyToMany<T> |
ManyToMany.removeJoinTable()
Removes the
join-table element |
ManyToMany<T> |
ManyToMany.removeMapKey()
Removes the
map-key element |
ManyToMany<T> |
ManyToMany.removeMapKeyClass()
Removes the
map-key-class element |
ManyToMany<T> |
ManyToMany.removeMapKeyColumn()
Removes the
map-key-column element |
ManyToMany<T> |
ManyToMany.removeMapKeyEnumerated()
Removes the
map-key-enumerated attribute |
ManyToMany<T> |
ManyToMany.removeMapKeyTemporal()
Removes the
map-key-temporal attribute |
ManyToMany<T> |
ManyToMany.removeMappedBy()
Removes the
mapped-by attribute |
ManyToMany<T> |
ManyToMany.removeName()
Removes the
name attribute |
ManyToMany<T> |
ManyToMany.removeOrderBy()
Removes the
order-by element |
ManyToMany<T> |
ManyToMany.removeOrderColumn()
Removes the
order-column element |
ManyToMany<T> |
ManyToMany.removeTargetEntity()
Removes the
target-entity attribute |
ManyToMany<T> |
ManyToMany.targetEntity(String targetEntity)
Sets the
target-entity attribute |
Modifier and Type | Method and Description |
---|---|
AttributeOverride<ManyToMany<T>> |
ManyToMany.createMapKeyAttributeOverride()
Creates a new
map-key-attribute-override element |
MapKeyJoinColumn<ManyToMany<T>> |
ManyToMany.createMapKeyJoinColumn()
Creates a new
map-key-join-column element |
List<ManyToMany<Attributes<T>>> |
Attributes.getAllManyToMany()
Returns all
many-to-many elements |
List<ManyToMany<EmbeddableAttributes<T>>> |
EmbeddableAttributes.getAllManyToMany()
Returns all
many-to-many elements |
List<AttributeOverride<ManyToMany<T>>> |
ManyToMany.getAllMapKeyAttributeOverride()
Returns all
map-key-attribute-override elements |
List<MapKeyJoinColumn<ManyToMany<T>>> |
ManyToMany.getAllMapKeyJoinColumn()
Returns all
map-key-join-column elements |
CascadeType<ManyToMany<T>> |
ManyToMany.getOrCreateCascade()
If not already created, a new
cascade element with the given value will be created. |
JoinTable<ManyToMany<T>> |
ManyToMany.getOrCreateJoinTable()
If not already created, a new
join-table element with the given value will be created. |
MapKey<ManyToMany<T>> |
ManyToMany.getOrCreateMapKey()
If not already created, a new
map-key element with the given value will be created. |
AttributeOverride<ManyToMany<T>> |
ManyToMany.getOrCreateMapKeyAttributeOverride()
If not already created, a new
map-key-attribute-override element will be created and returned. |
MapKeyClass<ManyToMany<T>> |
ManyToMany.getOrCreateMapKeyClass()
If not already created, a new
map-key-class element with the given value will be created. |
MapKeyColumn<ManyToMany<T>> |
ManyToMany.getOrCreateMapKeyColumn()
If not already created, a new
map-key-column element with the given value will be created. |
MapKeyJoinColumn<ManyToMany<T>> |
ManyToMany.getOrCreateMapKeyJoinColumn()
If not already created, a new
map-key-join-column element will be created and returned. |
OrderColumn<ManyToMany<T>> |
ManyToMany.getOrCreateOrderColumn()
If not already created, a new
order-column element with the given value will be created. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.