Uses of Interface
org.hibernate.boot.jaxb.mapping.spi.JaxbLifecycleCallback
Packages that use JaxbLifecycleCallback
-
Uses of JaxbLifecycleCallback in org.hibernate.boot.jaxb.mapping.spi
Classes in org.hibernate.boot.jaxb.mapping.spi that implement JaxbLifecycleCallbackModifier and TypeClassDescriptionclass@Target({METHOD}) @Retention(RUNTIME) public @interface PostLoad {} <p>Java class for post-load complex type</p>.class@Target({METHOD}) @Retention(RUNTIME) public @interface PostPersist {} <p>Java class for post-persist complex type</p>.class@Target({METHOD}) @Retention(RUNTIME) public @interface PostRemove {} <p>Java class for post-remove complex type</p>.class@Target({METHOD}) @Retention(RUNTIME) public @interface PostUpdate {} <p>Java class for post-update complex type</p>.class@Target({METHOD}) @Retention(RUNTIME) public @interface PrePersist {} <p>Java class for pre-persist complex type</p>.class@Target({METHOD}) @Retention(RUNTIME) public @interface PreRemove {} <p>Java class for pre-remove complex type</p>.class@Target({METHOD}) @Retention(RUNTIME) public @interface PreUpdate {} <p>Java class for pre-update complex type</p>.