Is there any way I can make sure that a particular table entry in the database is not excluded?
For example, I created a usuários
table in the database through the User
class using the Hibernate and JPA anotations and would like the Admin user not to be excluded.