Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPrePersist
Packages that use JaxbPrePersist
-
Uses of JaxbPrePersist in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPrePersistModifier and TypeFieldDescriptionprotected JaxbPrePersistJaxbEntity.prePersistprotected JaxbPrePersistJaxbEntityListener.prePersistprotected JaxbPrePersistJaxbMappedSuperclass.prePersistMethods in org.hibernate.boot.jaxb.mapping that return JaxbPrePersistModifier and TypeMethodDescriptionObjectFactory.createJaxbPrePersist()Create an instance ofJaxbPrePersistEntityOrMappedSuperclass.getPrePersist()JaxbEntity.getPrePersist()Gets the value of the prePersist property.JaxbEntityListener.getPrePersist()Gets the value of the prePersist property.JaxbMappedSuperclass.getPrePersist()Gets the value of the prePersist property.LifecycleCallbackContainer.getPrePersist()Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPrePersistModifier and TypeMethodDescriptionvoidEntityOrMappedSuperclass.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