Uses of Class
org.hibernate.engine.jdbc.env.spi.SQLStateType
-
Packages that use SQLStateType Package Description org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi -
-
Uses of SQLStateType in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal that return SQLStateType Modifier and Type Method Description SQLStateType
ExtractedDatabaseMetaDataImpl. getSqlStateType()
Methods in org.hibernate.engine.jdbc.env.internal with parameters of type SQLStateType Modifier and Type Method Description ExtractedDatabaseMetaDataImpl.Builder
ExtractedDatabaseMetaDataImpl.Builder. setSqlStateType(SQLStateType sqlStateType)
-
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 SQLStateType
ExtractedDatabaseMetaData. getSqlStateType()
Retrieve the type of codes the driver says it uses forSQLState
.static SQLStateType
SQLStateType. interpretReportedSQLStateType(int sqlStateType)
static SQLStateType
SQLStateType. valueOf(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.
-