I want to register JPA entity listener without using annotation @EntityListeners and without xml configuration. Is there is a way to do this?
@EntityListeners
Thanks