Uses of Enum Class
org.hibernate.engine.jdbc.env.spi.SQLStateType
Packages that use SQLStateType
-
Uses of SQLStateType in org.hibernate.engine.jdbc.env.internal
Methods in org.hibernate.engine.jdbc.env.internal that return SQLStateTypeMethods in org.hibernate.engine.jdbc.env.internal with parameters of type SQLStateTypeModifier and TypeMethodDescriptionExtractedDatabaseMetaDataImpl.Builder.setSqlStateType(SQLStateType sqlStateType) -
Uses of SQLStateType in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return SQLStateTypeModifier and TypeMethodDescriptionExtractedDatabaseMetaData.getSqlStateType()Retrieve the type of codes the driver says it uses forSQLState.static SQLStateTypeSQLStateType.interpretReportedSQLStateType(int sqlStateType) static SQLStateTypeReturns the enum constant of this class with the specified name.static SQLStateType[]SQLStateType.values()Returns an array containing the constants of this enum class, in the order they are declared.