
public interface ManyToMany<T> extends Child<T>, OrmManyToManyCommType<T,ManyToMany<T>,MapKey<ManyToMany<T>>,JoinTable<ManyToMany<T>>,CascadeType<ManyToMany<T>>>
many-to-many xsd type| Modifier and Type | Method and Description |
|---|---|
ManyToMany<T> |
access(AccessType access)
Sets the
access attribute |
ManyToMany<T> |
access(String access)
Sets the
access attribute |
AttributeOverride<ManyToMany<T>> |
createMapKeyAttributeOverride()
Creates a new
map-key-attribute-override element |
Convert<ManyToMany<T>> |
createMapKeyConvert()
Creates a new
map-key-convert element |
MapKeyJoinColumn<ManyToMany<T>> |
createMapKeyJoinColumn()
Creates a new
map-key-join-column element |
ManyToMany<T> |
fetch(FetchType fetch)
Sets the
fetch attribute |
ManyToMany<T> |
fetch(String fetch)
Sets the
fetch attribute |
AccessType |
getAccess()
Returns the
access attribute |
String |
getAccessAsString()
Returns the
access attribute |
List<AttributeOverride<ManyToMany<T>>> |
getAllMapKeyAttributeOverride()
Returns all
map-key-attribute-override elements |
List<Convert<ManyToMany<T>>> |
getAllMapKeyConvert()
Returns all
map-key-convert elements |
List<MapKeyJoinColumn<ManyToMany<T>>> |
getAllMapKeyJoinColumn()
Returns all
map-key-join-column elements |
FetchType |
getFetch()
Returns the
fetch attribute |
String |
getFetchAsString()
Returns the
fetch attribute |
EnumType |
getMapKeyEnumerated()
Returns the
map-key-enumerated element |
String |
getMapKeyEnumeratedAsString()
Returns the
map-key-enumerated element |
TemporalType |
getMapKeyTemporal()
Returns the
map-key-temporal element |
String |
getMapKeyTemporalAsString()
Returns the
map-key-temporal element |
String |
getMappedBy()
Returns the
mapped-by attribute |
String |
getName()
Returns the
name attribute |
CascadeType<ManyToMany<T>> |
getOrCreateCascade()
If not already created, a new
cascade element with the given value will be created. |
JoinTable<ManyToMany<T>> |
getOrCreateJoinTable()
If not already created, a new
join-table element with the given value will be created. |
MapKey<ManyToMany<T>> |
getOrCreateMapKey()
If not already created, a new
map-key element with the given value will be created. |
AttributeOverride<ManyToMany<T>> |
getOrCreateMapKeyAttributeOverride()
If not already created, a new
map-key-attribute-override element will be created and returned. |
MapKeyClass<ManyToMany<T>> |
getOrCreateMapKeyClass()
If not already created, a new
map-key-class element with the given value will be created. |
MapKeyColumn<ManyToMany<T>> |
getOrCreateMapKeyColumn()
If not already created, a new
map-key-column element with the given value will be created. |
Convert<ManyToMany<T>> |
getOrCreateMapKeyConvert()
If not already created, a new
map-key-convert element will be created and returned. |
ForeignKey<ManyToMany<T>> |
getOrCreateMapKeyForeignKey()
If not already created, a new
map-key-foreign-key element with the given value will be created. |
MapKeyJoinColumn<ManyToMany<T>> |
getOrCreateMapKeyJoinColumn()
If not already created, a new
map-key-join-column element will be created and returned. |
OrderColumn<ManyToMany<T>> |
getOrCreateOrderColumn()
If not already created, a new
order-column element with the given value will be created. |
String |
getOrderBy()
Returns the
order-by element |
String |
getTargetEntity()
Returns the
target-entity attribute |
ManyToMany<T> |
mapKeyEnumerated(EnumType mapKeyEnumerated)
Sets the
map-key-enumerated element |
ManyToMany<T> |
mapKeyEnumerated(String mapKeyEnumerated)
Sets the
map-key-enumerated element |
ManyToMany<T> |
mapKeyTemporal(String mapKeyTemporal)
Sets the
map-key-temporal element |
ManyToMany<T> |
mapKeyTemporal(TemporalType mapKeyTemporal)
Sets the
map-key-temporal element |
ManyToMany<T> |
mappedBy(String mappedBy)
Sets the
mapped-by attribute |
ManyToMany<T> |
name(String name)
Sets the
name attribute |
ManyToMany<T> |
orderBy(String orderBy)
Sets the
order-by element |
ManyToMany<T> |
removeAccess()
Removes the
access attribute |
ManyToMany<T> |
removeAllMapKeyAttributeOverride()
Removes all
map-key-attribute-override elements |
ManyToMany<T> |
removeAllMapKeyConvert()
Removes all
map-key-convert elements |
ManyToMany<T> |
removeAllMapKeyJoinColumn()
Removes all
map-key-join-column elements |
ManyToMany<T> |
removeCascade()
Removes the
cascade element |
ManyToMany<T> |
removeFetch()
Removes the
fetch attribute |
ManyToMany<T> |
removeJoinTable()
Removes the
join-table element |
ManyToMany<T> |
removeMapKey()
Removes the
map-key element |
ManyToMany<T> |
removeMapKeyClass()
Removes the
map-key-class element |
ManyToMany<T> |
removeMapKeyColumn()
Removes the
map-key-column element |
ManyToMany<T> |
removeMapKeyEnumerated()
Removes the
map-key-enumerated attribute |
ManyToMany<T> |
removeMapKeyForeignKey()
Removes the
map-key-foreign-key element |
ManyToMany<T> |
removeMapKeyTemporal()
Removes the
map-key-temporal attribute |
ManyToMany<T> |
removeMappedBy()
Removes the
mapped-by attribute |
ManyToMany<T> |
removeName()
Removes the
name attribute |
ManyToMany<T> |
removeOrderBy()
Removes the
order-by element |
ManyToMany<T> |
removeOrderColumn()
Removes the
order-column element |
ManyToMany<T> |
removeTargetEntity()
Removes the
target-entity attribute |
ManyToMany<T> |
targetEntity(String targetEntity)
Sets the
target-entity attribute |
ManyToMany<T> orderBy(String orderBy)
order-by elementorderBy - the value for the element order-byManyToManyString getOrderBy()
order-by elementorder-byManyToMany<T> removeOrderBy()
order-by elementManyToManyOrderColumn<ManyToMany<T>> getOrCreateOrderColumn()
order-column element with the given value will be created.
Otherwise, the existing order-column element will be returned.OrderColumn> ManyToMany<T> removeOrderColumn()
order-column elementManyToManyMapKey<ManyToMany<T>> getOrCreateMapKey()
map-key element with the given value will be created.
Otherwise, the existing map-key element will be returned.MapKey> ManyToMany<T> removeMapKey()
map-key elementManyToManyMapKeyClass<ManyToMany<T>> getOrCreateMapKeyClass()
map-key-class element with the given value will be created.
Otherwise, the existing map-key-class element will be returned.MapKeyClass> ManyToMany<T> removeMapKeyClass()
map-key-class elementManyToManyManyToMany<T> mapKeyTemporal(TemporalType mapKeyTemporal)
map-key-temporal elementmapKeyTemporal - the value for the element map-key-temporalManyToManyManyToMany<T> mapKeyTemporal(String mapKeyTemporal)
map-key-temporal elementmapKeyTemporal - the value for the element map-key-temporalManyToManyTemporalType getMapKeyTemporal()
map-key-temporal elementmap-key-temporalString getMapKeyTemporalAsString()
map-key-temporal elementmap-key-temporalManyToMany<T> removeMapKeyTemporal()
map-key-temporal attributeManyToManyManyToMany<T> mapKeyEnumerated(EnumType mapKeyEnumerated)
map-key-enumerated elementmapKeyEnumerated - the value for the element map-key-enumeratedManyToManyManyToMany<T> mapKeyEnumerated(String mapKeyEnumerated)
map-key-enumerated elementmapKeyEnumerated - the value for the element map-key-enumeratedManyToManyEnumType getMapKeyEnumerated()
map-key-enumerated elementmap-key-enumeratedString getMapKeyEnumeratedAsString()
map-key-enumerated elementmap-key-enumeratedManyToMany<T> removeMapKeyEnumerated()
map-key-enumerated attributeManyToManyAttributeOverride<ManyToMany<T>> getOrCreateMapKeyAttributeOverride()
map-key-attribute-override element will be created and returned.
Otherwise, the first existing map-key-attribute-override element will be returned.map-key-attribute-overrideAttributeOverride<ManyToMany<T>> createMapKeyAttributeOverride()
map-key-attribute-override elementAttributeOverride> List<AttributeOverride<ManyToMany<T>>> getAllMapKeyAttributeOverride()
map-key-attribute-override elementsmap-key-attribute-overrideManyToMany<T> removeAllMapKeyAttributeOverride()
map-key-attribute-override elementsAttributeOverride> Convert<ManyToMany<T>> getOrCreateMapKeyConvert()
map-key-convert element will be created and returned.
Otherwise, the first existing map-key-convert element will be returned.map-key-convertConvert<ManyToMany<T>> createMapKeyConvert()
map-key-convert elementConvert> List<Convert<ManyToMany<T>>> getAllMapKeyConvert()
map-key-convert elementsmap-key-convertManyToMany<T> removeAllMapKeyConvert()
map-key-convert elementsConvert> MapKeyColumn<ManyToMany<T>> getOrCreateMapKeyColumn()
map-key-column element with the given value will be created.
Otherwise, the existing map-key-column element will be returned.MapKeyColumn> ManyToMany<T> removeMapKeyColumn()
map-key-column elementManyToManyMapKeyJoinColumn<ManyToMany<T>> getOrCreateMapKeyJoinColumn()
map-key-join-column element will be created and returned.
Otherwise, the first existing map-key-join-column element will be returned.map-key-join-columnMapKeyJoinColumn<ManyToMany<T>> createMapKeyJoinColumn()
map-key-join-column elementMapKeyJoinColumn> List<MapKeyJoinColumn<ManyToMany<T>>> getAllMapKeyJoinColumn()
map-key-join-column elementsmap-key-join-columnManyToMany<T> removeAllMapKeyJoinColumn()
map-key-join-column elementsMapKeyJoinColumn> ForeignKey<ManyToMany<T>> getOrCreateMapKeyForeignKey()
map-key-foreign-key element with the given value will be created.
Otherwise, the existing map-key-foreign-key element will be returned.ForeignKey> ManyToMany<T> removeMapKeyForeignKey()
map-key-foreign-key elementManyToManyJoinTable<ManyToMany<T>> getOrCreateJoinTable()
join-table element with the given value will be created.
Otherwise, the existing join-table element will be returned.JoinTable> ManyToMany<T> removeJoinTable()
join-table elementManyToManyCascadeType<ManyToMany<T>> getOrCreateCascade()
cascade element with the given value will be created.
Otherwise, the existing cascade element will be returned.CascadeType> ManyToMany<T> removeCascade()
cascade elementManyToManyManyToMany<T> name(String name)
name attributename - the value for the attribute nameManyToManyString getName()
name attributenameManyToMany<T> removeName()
name attributeManyToManyManyToMany<T> targetEntity(String targetEntity)
target-entity attributetargetEntity - the value for the attribute target-entityManyToManyString getTargetEntity()
target-entity attributetarget-entityManyToMany<T> removeTargetEntity()
target-entity attributeManyToManyManyToMany<T> fetch(FetchType fetch)
fetch attributefetch - the value for the attribute fetchManyToManyManyToMany<T> fetch(String fetch)
fetch attributefetch - the value for the attribute fetchManyToManyFetchType getFetch()
fetch attributefetchString getFetchAsString()
fetch attributefetchManyToMany<T> removeFetch()
fetch attributeManyToManyManyToMany<T> access(AccessType access)
access attributeaccess - the value for the attribute accessManyToManyManyToMany<T> access(String access)
access attributeaccess - the value for the attribute accessManyToManyAccessType getAccess()
access attributeaccessString getAccessAsString()
access attributeaccessManyToMany<T> removeAccess()
access attributeManyToManyManyToMany<T> mappedBy(String mappedBy)
mapped-by attributemappedBy - the value for the attribute mapped-byManyToManyString getMappedBy()
mapped-by attributemapped-byManyToMany<T> removeMappedBy()
mapped-by attributeManyToManyCopyright © 2025 JBoss by Red Hat. All rights reserved.