Interface ManyToMany
-
public interface ManyToMany
JPA scripting API implementation.- Author:
- Guy Pelletier
- Since:
- EclipseLink 2.5.1
-
-
Method Summary
-
-
-
Method Detail
-
addJoinField
JoinField addJoinField()
-
addMapKeyAssociationOverride
AssociationOverride addMapKeyAssociationOverride()
-
addMapKeyAttributeOverride
AttributeOverride addMapKeyAttributeOverride()
-
addMapKeyConvert
Convert addMapKeyConvert()
-
addMapKeyJoinColumn
JoinColumn addMapKeyJoinColumn()
-
addProperty
Property addProperty()
-
setAccess
ManyToMany setAccess(String access)
-
setAccessMethods
AccessMethods setAccessMethods()
-
setAttributeType
ManyToMany setAttributeType(String attributeType)
-
setBatchFetch
BatchFetch setBatchFetch()
-
setCascade
Cascade setCascade()
-
setCascadeOnDelete
ManyToMany setCascadeOnDelete(Boolean cascadeOnDelete)
-
setConverter
Converter setConverter()
-
setFetch
ManyToMany setFetch(String fetch)
-
setHashPartitioning
HashPartitioning setHashPartitioning()
-
setJoinFetch
ManyToMany setJoinFetch(String joinFetch)
-
setJoinTable
JoinTable setJoinTable()
-
setMapKey
MapKey setMapKey()
-
setMapKeyClass
ManyToMany setMapKeyClass(String mapKeyClass)
-
setMapKeyColumn
Column setMapKeyColumn()
-
setMapKeyConvert
ManyToMany setMapKeyConvert(String mapKeyConvert)
-
setMapKeyEnumerated
Enumerated setMapKeyEnumerated()
-
setMapKeyForeignKey
ForeignKey setMapKeyForeignKey()
-
setMapKeyTemporal
Temporal setMapKeyTemporal()
-
setMappedBy
ManyToMany setMappedBy(String mappedBy)
-
setName
ManyToMany setName(String name)
-
setNonCacheable
ManyToMany setNonCacheable(Boolean nonCacheable)
-
setObjectTypeConverter
ObjectTypeConverter setObjectTypeConverter()
-
setOrderBy
ManyToMany setOrderBy(String orderBy)
-
setOrderColumn
OrderColumn setOrderColumn()
-
setPartitioning
Partitioning setPartitioning()
-
setPinnedPartitioning
PinnedPartitioning setPinnedPartitioning()
-
setRangePartitioning
RangePartitioning setRangePartitioning()
-
setReplicationPartitioning
ReplicationPartitioning setReplicationPartitioning()
-
setRoundRobinPartitioning
RoundRobinPartitioning setRoundRobinPartitioning()
-
setStructConverter
StructConverter setStructConverter()
-
setTargetEntity
ManyToMany setTargetEntity(String targetEntity)
-
setTypeConverter
TypeConverter setTypeConverter()
-
setUnionPartitioning
UnionPartitioning setUnionPartitioning()
-
setValuePartitioning
ValuePartitioning setValuePartitioning()
-
-