Uses of Interface
org.eclipse.persistence.jpa.config.ManyToOne
Packages that use ManyToOne
Package
Description
-
Uses of ManyToOne in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return ManyToOne -
Uses of ManyToOne in org.eclipse.persistence.internal.jpa.config.mappings
Classes in org.eclipse.persistence.internal.jpa.config.mappings that implement ManyToOne -
Uses of ManyToOne in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return ManyToOneModifier and TypeMethodDescriptionEmbeddable.addManyToOne()
Entity.addManyToOne()
MappedSuperclass.addManyToOne()
ManyToOne.setJoinFetch
(String joinFetch) ManyToOne.setNonCacheable
(Boolean nonCacheable) ManyToOne.setOptional
(Boolean optional) ManyToOne.setPartitioned
(String partitioned) ManyToOne.setTargetEntity
(String targetEntity)