Class | Description |
---|---|
PostLoadAnnotationMapper |
Maps JPA's
PostLoad annotation to Micronaut's. |
PostPersistAnnotationMapper |
Maps JPA's
PostPersist annotation to Micronaut's. |
PostRemoveAnnotationMapper |
Maps JPA's
PostRemove annotation to Micronaut's. |
PostUpdateAnnotationMapper |
Maps JPA's
PostUpdate annotation to Micronaut's. |
PrePersistAnnotationMapper |
Maps JPA's
PrePersist annotation to Micronaut's. |
PreRemoveAnnotationMapper |
Maps JPA's
PreRemove annotation to Micronaut's. |
PreUpdateAnnotationMapper |
Maps JPA's
PreUpdate annotation to Micronaut's. |