Is it possible to validate all Table objects against the database schema when starting the service?
b
Is it possible to validate all Table objects against the database schema when starting the service?
t
What do you mean by "validate" ?
b
For example, in Hibernate, at startup, it checks that the described Entities will be correctly read from the database. The “hibernate.ddl-auto: validate” parameter. And if this is not the case, then the application gives an error on startup.