Uses of Interface
org.eclipse.persistence.jpa.config.ElementCollection
Packages that use ElementCollection
Package
Description
-
Uses of ElementCollection in org.eclipse.persistence.internal.jpa.config.classes
Methods in org.eclipse.persistence.internal.jpa.config.classes that return ElementCollection -
Uses of ElementCollection in org.eclipse.persistence.internal.jpa.config.mappings
Classes in org.eclipse.persistence.internal.jpa.config.mappings that implement ElementCollectionMethods in org.eclipse.persistence.internal.jpa.config.mappings that return ElementCollectionModifier and TypeMethodDescriptionElementCollectionImpl.setCascadeOnDelete
(Boolean cascadeOnDelete) ElementCollectionImpl.setCompositeMember
(String compositeMember) ElementCollectionImpl.setDeleteAll
(Boolean deleteAll) ElementCollectionImpl.setJoinFetch
(String joinFetch) ElementCollectionImpl.setMapKeyClass
(String mapKeyClass) ElementCollectionImpl.setMapKeyConvert
(String mapKeyConvert) This covers the EclipseLink Convert, single TEXT convert element.ElementCollectionImpl.setNonCacheable
(Boolean nonCacheable) ElementCollectionImpl.setOrderBy
(String orderBy) ElementCollectionImpl.setTargetClass
(String targetClass) -
Uses of ElementCollection in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return ElementCollectionModifier and TypeMethodDescriptionEmbeddable.addElementCollection()
Entity.addElementCollection()
MappedSuperclass.addElementCollection()
ElementCollection.setAttributeType
(String attributeType) ElementCollection.setCascadeOnDelete
(Boolean cascadeOnDelete) ElementCollection.setCompositeMember
(String compositeMember) ElementCollection.setConvert
(String convert) ElementCollection.setDeleteAll
(Boolean deleteAll) ElementCollection.setJoinFetch
(String joinFetch) ElementCollection.setMapKeyClass
(String mapKeyClass) ElementCollection.setMapKeyConvert
(String mapKeyConvert) ElementCollection.setNonCacheable
(Boolean nonCacheable) ElementCollection.setOrderBy
(String orderBy) ElementCollection.setTargetClass
(String targetClass)