Uses of Interface
org.hibernate.boot.jaxb.mapping.spi.JaxbLifecycleCallback

Packages that use JaxbLifecycleCallback
Package
Description
 
  • Uses of JaxbLifecycleCallback in org.hibernate.boot.jaxb.mapping.spi

    Modifier and Type
    Class
    Description
    class 
    @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>.