Uses of Class
jakarta.persistence.SchemaValidationException
-
Packages that use SchemaValidationException Package Description jakarta.persistence Jakarta Persistence is the API for the management for persistence and object/relational mapping. -
-
Uses of SchemaValidationException in jakarta.persistence
Methods in jakarta.persistence that throw SchemaValidationException Modifier and Type Method Description void
SchemaManager. validate()
Validate that the database objects mapped by entities belonging to the persistence unit have the expected definitions.
-