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