https://kotlinlang.org logo
b

BorzdeG

09/16/2021, 6:13 AM
Is it possible to validate all Table objects against the database schema when starting the service?
t

tapac

09/16/2021, 9:49 AM
What do you mean by "validate" ?
b

BorzdeG

09/16/2021, 9:52 AM
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.
2 Views