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 JaxbPrePersistJaxbEntity. prePersistprotected JaxbPrePersistJaxbEntityListener. prePersistprotected JaxbPrePersistJaxbMappedSuperclass. prePersistMethods in org.hibernate.boot.jaxb.mapping that return JaxbPrePersist Modifier and Type Method Description JaxbPrePersistObjectFactory. createJaxbPrePersist()Create an instance ofJaxbPrePersistJaxbPrePersistEntityOrMappedSuperclass. getPrePersist()JaxbPrePersistJaxbEntity. getPrePersist()Gets the value of the prePersist property.JaxbPrePersistJaxbEntityListener. getPrePersist()Gets the value of the prePersist property.JaxbPrePersistJaxbMappedSuperclass. getPrePersist()Gets the value of the prePersist property.JaxbPrePersistLifecycleCallbackContainer. getPrePersist()Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPrePersist Modifier and Type Method Description voidEntityOrMappedSuperclass. setPrePersist(JaxbPrePersist value)voidJaxbEntity. setPrePersist(JaxbPrePersist value)Sets the value of the prePersist property.voidJaxbEntityListener. setPrePersist(JaxbPrePersist value)Sets the value of the prePersist property.voidJaxbMappedSuperclass. setPrePersist(JaxbPrePersist value)Sets the value of the prePersist property.voidLifecycleCallbackContainer. 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()
-