Uses of Interface
org.hibernate.engine.jdbc.env.spi.IdentifierHelper
-
Packages that use IdentifierHelper Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.jdbc.env.spi org.hibernate.tool.schema.extract.spi Defines an SPI for schema information extraction from the database via JDBC. -
-
Uses of IdentifierHelper in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return IdentifierHelper Modifier and Type Method Description IdentifierHelperSqlStringGenerationContext. getIdentifierHelper()Deprecated.UseSqlStringGenerationContext.toIdentifier(String)instead. -
Uses of IdentifierHelper in org.hibernate.dialect
-
Uses of IdentifierHelper in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return IdentifierHelper Modifier and Type Method Description IdentifierHelperIdentifierHelperBuilder. build()IdentifierHelperJdbcEnvironment. getIdentifierHelper()Obtain the helper for dealing with identifiers in this environment. -
Uses of IdentifierHelper in org.hibernate.tool.schema.extract.spi
Constructors in org.hibernate.tool.schema.extract.spi with parameters of type IdentifierHelper Constructor Description NameSpaceTablesInformation(IdentifierHelper identifierHelper)
-