Uses of Class
org.hibernate.engine.jdbc.env.spi.SQLStateType
-
Packages that use SQLStateType Package Description org.hibernate.engine.jdbc.env.spi -
-
Uses of SQLStateType in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return SQLStateType Modifier and Type Method Description SQLStateTypeExtractedDatabaseMetaData. getSqlStateType()Retrieve the type of codes the driver says it uses forSQLState.static SQLStateTypeSQLStateType. interpretReportedSQLStateType(int sqlStateType)static SQLStateTypeSQLStateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SQLStateType[]SQLStateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-