Uses of Interface
org.eclipse.persistence.jpa.config.ElementCollection
Package
Description
-
Uses of ElementCollection in org.eclipse.persistence.internal.jpa.config.classes
-
Uses of ElementCollection in org.eclipse.persistence.internal.jpa.config.mappings
Modifier 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
Modifier 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)