Uses of Interface
org.eclipse.persistence.jpa.config.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in org.eclipse.persistence.internal.jpa.config.classes
Classes in org.eclipse.persistence.internal.jpa.config.classes that implement EntityMethods in org.eclipse.persistence.internal.jpa.config.classes that return EntityModifier and TypeMethodDescriptionEntityImpl.setCascadeOnDelete
(Boolean cascadeOnDelete) EntityImpl.setClassExtractor
(String classExtractor) EntityImpl.setDiscriminatorValue
(String discriminatorValue) -
Uses of Entity in org.eclipse.persistence.internal.jpa.config.xml
Methods in org.eclipse.persistence.internal.jpa.config.xml that return Entity -
Uses of Entity in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return EntityModifier 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)