Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPrePersist
-
Packages that use JaxbPrePersist Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbPrePersist in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPrePersist Modifier and Type Field Description protected JaxbPrePersist
JaxbEntity. prePersist
protected JaxbPrePersist
JaxbEntityListener. prePersist
protected JaxbPrePersist
JaxbMappedSuperclass. prePersist
Methods in org.hibernate.boot.jaxb.mapping that return JaxbPrePersist Modifier and Type Method Description JaxbPrePersist
ObjectFactory. createJaxbPrePersist()
Create an instance ofJaxbPrePersist
JaxbPrePersist
EntityOrMappedSuperclass. getPrePersist()
JaxbPrePersist
JaxbEntity. getPrePersist()
Gets the value of the prePersist property.JaxbPrePersist
JaxbEntityListener. getPrePersist()
Gets the value of the prePersist property.JaxbPrePersist
JaxbMappedSuperclass. getPrePersist()
Gets the value of the prePersist property.JaxbPrePersist
LifecycleCallbackContainer. getPrePersist()
Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPrePersist Modifier and Type Method Description void
EntityOrMappedSuperclass. setPrePersist(JaxbPrePersist value)
void
JaxbEntity. setPrePersist(JaxbPrePersist value)
Sets the value of the prePersist property.void
JaxbEntityListener. setPrePersist(JaxbPrePersist value)
Sets the value of the prePersist property.void
JaxbMappedSuperclass. setPrePersist(JaxbPrePersist value)
Sets the value of the prePersist property.void
LifecycleCallbackContainer. setPrePersist(JaxbPrePersist value)
-
Uses of JaxbPrePersist in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbPrePersist Modifier and Type Method Description List<JaxbPrePersist>
PropertyMappingElementCollector. getPrePersist()
-