Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersistImpl
Packages that use JaxbPrePersistImpl
-
Uses of JaxbPrePersistImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPrePersistImplModifier and TypeFieldDescriptionprotected JaxbPrePersistImplJaxbEntityImpl.prePersistprotected JaxbPrePersistImplJaxbEntityListenerImpl.prePersistprotected JaxbPrePersistImplJaxbMappedSuperclassImpl.prePersistMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPrePersistImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPrePersistImpl()Create an instance ofJaxbPrePersistImplJaxbEntityImpl.getPrePersist()Gets the value of the prePersist property.JaxbEntityListenerImpl.getPrePersist()Gets the value of the prePersist property.@Nullable JaxbPrePersistImplJaxbLifecycleCallbackContainer.getPrePersist()JaxbMappedSuperclassImpl.getPrePersist()Gets the value of the prePersist property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPrePersistImplModifier and TypeMethodDescriptionvoidJaxbEntityImpl.setPrePersist(JaxbPrePersistImpl value) Sets the value of the prePersist property.voidJaxbEntityListenerImpl.setPrePersist(JaxbPrePersistImpl value) Sets the value of the prePersist property.voidJaxbLifecycleCallbackContainer.setPrePersist(@Nullable JaxbPrePersistImpl value) voidJaxbMappedSuperclassImpl.setPrePersist(JaxbPrePersistImpl value) Sets the value of the prePersist property.