Uses of Interface
org.eclipse.persistence.jpa.config.Entity
Package
Description
-
Uses of Entity in org.eclipse.persistence.internal.jpa.config.classes
Modifier and TypeMethodDescriptionEntityImpl.setCascadeOnDelete
(Boolean cascadeOnDelete) EntityImpl.setClassExtractor
(String classExtractor) EntityImpl.setDiscriminatorValue
(String discriminatorValue) -
Uses of Entity in org.eclipse.persistence.internal.jpa.config.xml
-
Uses of Entity in org.eclipse.persistence.jpa.config
Modifier and TypeMethodDescriptionMappings.addEntity()
Entity.setCacheable
(Boolean cacheable) Entity.setCascadeOnDelete
(Boolean cascadeOnDelete) Entity.setClassExtractor
(String classExtractor) Entity.setCustomizer
(String customizer) Entity.setDiscriminatorValue
(String discriminatorValue) Entity.setExcludeDefaultListeners
(Boolean excludeDefaultListeners) Entity.setExcludeDefaultMappings
(Boolean excludeDefaultMappings) Entity.setExcludeSuperclassListeners
(Boolean excludeSuperclassListeners) Entity.setExistenceChecking
(String existenceChecking) Entity.setIdClass
(String idClass) Entity.setMetadataComplete
(Boolean metadataComplete) Entity.setParentClass
(String parentClass) Entity.setPostLoad
(String methodName) Entity.setPostPersist
(String methodName) Entity.setPostRemove
(String methodName) Entity.setPostUpdate
(String methodName) Entity.setPrePersist
(String methodName) Entity.setPreRemove
(String methodName) Entity.setPreUpdate
(String methodName) Entity.setReadOnly
(Boolean readOnly)