getValidationMode() - JPA PersistenceUnitInfo's method
Method javax.persistence.spi.PersistenceUnitInfo
ValidationMode getValidationMode()
Returns the validation mode to be used by the persistence provider for the persistence unit. The validation mode corresponds to the
validation-mode
element in the persistence.xml
file. - Returns:
- the validation mode to be used by the persistence provider for the persistence unit
- Since:
- JPA 2.0