@Retention(CLASS) @Target({METHOD})

public @interface PostPersist

Invokes a public no-argument callback after the entity insert succeeds, before commit.