Interface ManyToOne
-
public interface ManyToOne
JPA scripting API implementation.- Author:
- Guy Pelletier
- Since:
- EclipseLink 2.5.1
-
-
Method Summary
-
-
-
Method Detail
-
addJoinColumn
JoinColumn addJoinColumn()
-
addJoinField
JoinField addJoinField()
-
addProperty
Property addProperty()
-
setAccess
ManyToOne setAccess(java.lang.String access)
-
setAccessMethods
AccessMethods setAccessMethods()
-
setBatchFetch
BatchFetch setBatchFetch()
-
setCascade
Cascade setCascade()
-
setFetch
ManyToOne setFetch(java.lang.String fetch)
-
setForeignKey
ForeignKey setForeignKey()
-
setHashPartitioning
HashPartitioning setHashPartitioning()
-
setId
ManyToOne setId(java.lang.Boolean id)
-
setJoinFetch
ManyToOne setJoinFetch(java.lang.String joinFetch)
-
setJoinTable
JoinTable setJoinTable()
-
setMapsId
ManyToOne setMapsId(java.lang.String mapsId)
-
setName
ManyToOne setName(java.lang.String name)
-
setNonCacheable
ManyToOne setNonCacheable(java.lang.Boolean nonCacheable)
-
setOptional
ManyToOne setOptional(java.lang.Boolean optional)
-
setPartitioned
ManyToOne setPartitioned(java.lang.String partitioned)
-
setPartitioning
Partitioning setPartitioning()
-
setPinnedPartitioning
PinnedPartitioning setPinnedPartitioning()
-
setRangePartitioning
RangePartitioning setRangePartitioning()
-
setReplicationPartitioning
ReplicationPartitioning setReplicationPartitioning()
-
setRoundRobinPartitioning
RoundRobinPartitioning setRoundRobinPartitioning()
-
setTargetEntity
ManyToOne setTargetEntity(java.lang.String targetEntity)
-
setUnionPartitioning
UnionPartitioning setUnionPartitioning()
-
setValuePartitioning
ValuePartitioning setValuePartitioning()
-
-