Uses of Interface
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
-
Packages that use JdbcEnvironment Package Description org.hibernate.boot.model.naming Represents a proposed new approach to allowing hooks into the process of determining the name of database objects (tables, columns, constraints, etc).org.hibernate.boot.model.relational org.hibernate.engine.jdbc.env.spi org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.tool.schema.extract.spi org.hibernate.tool.schema.spi -
-
Uses of JdbcEnvironment in org.hibernate.boot.model.naming
Methods in org.hibernate.boot.model.naming with parameters of type JdbcEnvironment Modifier and Type Method Description protected IdentifierCamelCaseToUnderscoresNamingStrategy. getIdentifier(String name, boolean quoted, JdbcEnvironment jdbcEnvironment)Get an identifier for the specified details.protected booleanCamelCaseToUnderscoresNamingStrategy. isCaseInsensitive(JdbcEnvironment jdbcEnvironment)Specify whether the database is case sensitive.IdentifierCamelCaseToUnderscoresNamingStrategy. toPhysicalCatalogName(Identifier logicalName, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategy. toPhysicalCatalogName(Identifier logicalName, JdbcEnvironment jdbcEnvironment)Determine the appropriate physical catalog name to use for the given logical nameIdentifierPhysicalNamingStrategyStandardImpl. toPhysicalCatalogName(Identifier logicalName, JdbcEnvironment context)IdentifierCamelCaseToUnderscoresNamingStrategy. toPhysicalColumnName(Identifier logicalName, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategy. toPhysicalColumnName(Identifier logicalName, JdbcEnvironment jdbcEnvironment)Determine the appropriate physical column name to use for the given logical nameIdentifierPhysicalNamingStrategyStandardImpl. toPhysicalColumnName(Identifier logicalName, JdbcEnvironment context)IdentifierCamelCaseToUnderscoresNamingStrategy. toPhysicalSchemaName(Identifier logicalName, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategy. toPhysicalSchemaName(Identifier logicalName, JdbcEnvironment jdbcEnvironment)Determine the appropriate physical schema name to use for the given logical nameIdentifierPhysicalNamingStrategyStandardImpl. toPhysicalSchemaName(Identifier logicalName, JdbcEnvironment context)IdentifierCamelCaseToUnderscoresNamingStrategy. toPhysicalSequenceName(Identifier logicalName, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategy. toPhysicalSequenceName(Identifier logicalName, JdbcEnvironment jdbcEnvironment)Determine the appropriate physical sequence name to use for the given logical nameIdentifierPhysicalNamingStrategyStandardImpl. toPhysicalSequenceName(Identifier logicalName, JdbcEnvironment context)IdentifierCamelCaseToUnderscoresNamingStrategy. toPhysicalTableName(Identifier logicalName, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategy. toPhysicalTableName(Identifier logicalName, JdbcEnvironment jdbcEnvironment)Determine the appropriate physical table name to use for the given logical nameIdentifierPhysicalNamingStrategyStandardImpl. toPhysicalTableName(Identifier logicalName, JdbcEnvironment context) -
Uses of JdbcEnvironment in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return JdbcEnvironment Modifier and Type Method Description JdbcEnvironmentDatabase. getJdbcEnvironment()Constructors in org.hibernate.boot.model.relational with parameters of type JdbcEnvironment Constructor Description Database(MetadataBuildingOptions buildingOptions, JdbcEnvironment jdbcEnvironment)Namespace(PhysicalNamingStrategy physicalNamingStrategy, JdbcEnvironment jdbcEnvironment, Namespace.Name name) -
Uses of JdbcEnvironment in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return JdbcEnvironment Modifier and Type Method Description JdbcEnvironmentExtractedDatabaseMetaData. getJdbcEnvironment()Obtain the JDBC Environment from which this metadata came.Methods in org.hibernate.engine.jdbc.env.spi with parameters of type JdbcEnvironment Modifier and Type Method Description static IdentifierHelperBuilderIdentifierHelperBuilder. from(JdbcEnvironment jdbcEnvironment) -
Uses of JdbcEnvironment in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return JdbcEnvironment Modifier and Type Method Description JdbcEnvironmentJdbcServices. getJdbcEnvironment()Obtain the JdbcEnvironment backing this JdbcServices instance. -
Uses of JdbcEnvironment in org.hibernate.id.enhanced
Methods in org.hibernate.id.enhanced with parameters of type JdbcEnvironment Modifier and Type Method Description protected DatabaseStructureSequenceStyleGenerator. buildDatabaseStructure(Type type, Properties params, JdbcEnvironment jdbcEnvironment, boolean forceTableUse, QualifiedName sequenceName, int initialValue, int incrementSize)Build the database structure.protected DatabaseStructureSequenceStyleGenerator. buildSequenceStructure(Type type, Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize)protected DatabaseStructureSequenceStyleGenerator. buildTableStructure(Type type, Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize)protected QualifiedNameTableGenerator. determineGeneratorTableName(Properties params, JdbcEnvironment jdbcEnvironment, ServiceRegistry serviceRegistry)Determine the table name to use for the generator values.protected StringTableGenerator. determineSegmentColumnName(Properties params, JdbcEnvironment jdbcEnvironment)Determine the name of the column used to indicate the segment for each row.protected QualifiedNameSequenceStyleGenerator. determineSequenceName(Properties params, Dialect dialect, JdbcEnvironment jdbcEnv, ServiceRegistry serviceRegistry)Determine the name of the sequence (or table if this resolves to a physical table) to use.protected IdentifierSequenceStyleGenerator. determineValueColumnName(Properties params, JdbcEnvironment jdbcEnvironment)Determine the name of the column used to store the generator value in the db.protected StringTableGenerator. determineValueColumnName(Properties params, JdbcEnvironment jdbcEnvironment)Determine the name of the column in which we will store the generator persistent value.protected booleanSequenceStyleGenerator. isPhysicalSequence(JdbcEnvironment jdbcEnvironment, boolean forceTableUse)Constructors in org.hibernate.id.enhanced with parameters of type JdbcEnvironment Constructor Description SequenceStructure(JdbcEnvironment jdbcEnvironment, String contributor, QualifiedName qualifiedSequenceName, int initialValue, int incrementSize, Class numberType)TableStructure(JdbcEnvironment jdbcEnvironment, String contributor, QualifiedName qualifiedTableName, Identifier valueColumnNameIdentifier, int initialValue, int incrementSize, Class numberType) -
Uses of JdbcEnvironment in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return JdbcEnvironment Modifier and Type Method Description JdbcEnvironmentExtractionContext.EmptyExtractionContext. getJdbcEnvironment()JdbcEnvironmentExtractionContext. getJdbcEnvironment() -
Uses of JdbcEnvironment in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type JdbcEnvironment Modifier and Type Method Description ExtractionContextExtractionTool. createExtractionContext(ServiceRegistry serviceRegistry, JdbcEnvironment jdbcEnvironment, SqlStringGenerationContext sqlStringGenerationContext, DdlTransactionIsolator ddlTransactionIsolator, ExtractionContext.DatabaseObjectAccess databaseObjectAccess)
-