Uses of Interface
org.hibernate.engine.jdbc.env.spi.IdentifierHelper
-
Packages that use IdentifierHelper Package Description org.hibernate.boot.model.relational org.hibernate.boot.model.relational.internal org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.tool.schema.extract.internal org.hibernate.tool.schema.extract.spi -
-
Uses of IdentifierHelper in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return IdentifierHelper Modifier and Type Method Description IdentifierHelper
SqlStringGenerationContext. 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 IdentifierHelper
SqlStringGenerationContextImpl. 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 class
NormalizingIdentifierHelperImpl
Methods in org.hibernate.engine.jdbc.env.internal that return IdentifierHelper Modifier and Type Method Description IdentifierHelper
JdbcEnvironmentImpl. 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 IdentifierHelper
IdentifierHelperBuilder. build()
IdentifierHelper
JdbcEnvironment. 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 IdentifierHelper
AbstractInformationExtractorImpl. 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)
-