Package org.hibernate.boot.jaxb.mapping
Interface EntityOrMappedSuperclass
- All Superinterfaces:
LifecycleCallbackContainer,ManagedType
- All Known Implementing Classes:
JaxbEntity,JaxbMappedSuperclass
JAXB binding interface for commonality between entity and mapped-superclass mappings
- Author:
- Steve Ebersole
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetAttributes(JaxbAttributes value) voidvoidvoidvoidsetIdClass(JaxbIdClass value) voidsetPostLoad(JaxbPostLoad value) voidsetPostPersist(JaxbPostPersist value) voidsetPostRemove(JaxbPostRemove value) voidsetPostUpdate(JaxbPostUpdate value) voidsetPrePersist(JaxbPrePersist value) voidsetPreRemove(JaxbPreRemove value) voidsetPreUpdate(JaxbPreUpdate value) Methods inherited from interface org.hibernate.boot.jaxb.mapping.ManagedType
getAccess, getClazz, getDescription, isMetadataComplete, setAccess, setClazz, setDescription, setMetadataComplete
-
Method Details
-
getIdClass
JaxbIdClass getIdClass() -
setIdClass
-
getExcludeDefaultListeners
JaxbEmptyType getExcludeDefaultListeners() -
setExcludeDefaultListeners
-
getExcludeSuperclassListeners
JaxbEmptyType getExcludeSuperclassListeners() -
setExcludeSuperclassListeners
-
getEntityListeners
JaxbEntityListeners getEntityListeners() -
setEntityListeners
-
getPrePersist
JaxbPrePersist getPrePersist()- Specified by:
getPrePersistin interfaceLifecycleCallbackContainer
-
setPrePersist
- Specified by:
setPrePersistin interfaceLifecycleCallbackContainer
-
getPostPersist
JaxbPostPersist getPostPersist()- Specified by:
getPostPersistin interfaceLifecycleCallbackContainer
-
setPostPersist
- Specified by:
setPostPersistin interfaceLifecycleCallbackContainer
-
getPreRemove
JaxbPreRemove getPreRemove()- Specified by:
getPreRemovein interfaceLifecycleCallbackContainer
-
setPreRemove
- Specified by:
setPreRemovein interfaceLifecycleCallbackContainer
-
getPostRemove
JaxbPostRemove getPostRemove()- Specified by:
getPostRemovein interfaceLifecycleCallbackContainer
-
setPostRemove
- Specified by:
setPostRemovein interfaceLifecycleCallbackContainer
-
getPreUpdate
JaxbPreUpdate getPreUpdate()- Specified by:
getPreUpdatein interfaceLifecycleCallbackContainer
-
setPreUpdate
- Specified by:
setPreUpdatein interfaceLifecycleCallbackContainer
-
getPostUpdate
JaxbPostUpdate getPostUpdate()- Specified by:
getPostUpdatein interfaceLifecycleCallbackContainer
-
setPostUpdate
- Specified by:
setPostUpdatein interfaceLifecycleCallbackContainer
-
getPostLoad
JaxbPostLoad getPostLoad()- Specified by:
getPostLoadin interfaceLifecycleCallbackContainer
-
setPostLoad
- Specified by:
setPostLoadin interfaceLifecycleCallbackContainer
-
getAttributes
JaxbAttributes getAttributes()- Specified by:
getAttributesin interfaceManagedType
-
setAttributes
-