I have a class annotated with JPA @Entity annotation, so objects of this class persist in database and are managed using Hibernate ORM. In my class constructor, a c
@Entity