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 JaxbPrePersistImpl
JaxbEntityImpl.prePersist
protected JaxbPrePersistImpl
JaxbEntityListenerImpl.prePersist
protected JaxbPrePersistImpl
JaxbMappedSuperclassImpl.prePersist
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPrePersistImplModifier and TypeMethodDescriptionObjectFactory.createJaxbPrePersistImpl()
Create an instance ofJaxbPrePersistImpl
JaxbEntityImpl.getPrePersist()
Gets the value of the prePersist property.JaxbEntityListenerImpl.getPrePersist()
Gets the value of the prePersist property.@Nullable JaxbPrePersistImpl
JaxbLifecycleCallbackContainer.getPrePersist()
JaxbMappedSuperclassImpl.getPrePersist()
Gets the value of the prePersist property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPrePersistImplModifier and TypeMethodDescriptionvoid
JaxbEntityImpl.setPrePersist
(JaxbPrePersistImpl value) Sets the value of the prePersist property.void
JaxbEntityListenerImpl.setPrePersist
(JaxbPrePersistImpl value) Sets the value of the prePersist property.void
JaxbLifecycleCallbackContainer.setPrePersist
(@Nullable JaxbPrePersistImpl value) void
JaxbMappedSuperclassImpl.setPrePersist
(JaxbPrePersistImpl value) Sets the value of the prePersist property.