Uses of Interface
org.hibernate.engine.jdbc.env.spi.IdentifierHelper
-
-
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.boot.model.relational.internal
Methods in org.hibernate.boot.model.relational.internal that return IdentifierHelper Modifier and Type Method Description IdentifierHelperSqlStringGenerationContextImpl. getIdentifierHelper() -
Uses of IdentifierHelper in org.hibernate.dialect
-
Uses of IdentifierHelper in org.hibernate.engine.jdbc.env.internal
Classes in org.hibernate.engine.jdbc.env.internal that implement IdentifierHelper Modifier and Type Class Description classNormalizingIdentifierHelperImplMethods in org.hibernate.engine.jdbc.env.internal that return IdentifierHelper Modifier and Type Method Description IdentifierHelperJdbcEnvironmentImpl. getIdentifierHelper() -
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.internal
Methods in org.hibernate.tool.schema.extract.internal that return IdentifierHelper Modifier and Type Method Description protected IdentifierHelperAbstractInformationExtractorImpl. identifierHelper()Constructors in org.hibernate.tool.schema.extract.internal with parameters of type IdentifierHelper Constructor Description TableInformationImpl(InformationExtractor extractor, IdentifierHelper identifierHelper, QualifiedTableName tableName, boolean physicalTable, String comment) -
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)
-