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.envers.enhanced org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.persistent Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.org.hibernate.id org.hibernate.id.enhanced Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configurationorg.hibernate.testing.boot org.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(java.lang.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 name, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategy. toPhysicalCatalogName(Identifier name, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategyStandardImpl. toPhysicalCatalogName(Identifier name, JdbcEnvironment context)IdentifierCamelCaseToUnderscoresNamingStrategy. toPhysicalColumnName(Identifier name, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategy. toPhysicalColumnName(Identifier name, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategyStandardImpl. toPhysicalColumnName(Identifier name, JdbcEnvironment context)IdentifierCamelCaseToUnderscoresNamingStrategy. toPhysicalSchemaName(Identifier name, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategy. toPhysicalSchemaName(Identifier name, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategyStandardImpl. toPhysicalSchemaName(Identifier name, JdbcEnvironment context)IdentifierCamelCaseToUnderscoresNamingStrategy. toPhysicalSequenceName(Identifier name, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategy. toPhysicalSequenceName(Identifier name, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategyStandardImpl. toPhysicalSequenceName(Identifier name, JdbcEnvironment context)IdentifierCamelCaseToUnderscoresNamingStrategy. toPhysicalTableName(Identifier name, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategy. toPhysicalTableName(Identifier name, JdbcEnvironment jdbcEnvironment)IdentifierPhysicalNamingStrategyStandardImpl. toPhysicalTableName(Identifier name, 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.envers.enhanced
Methods in org.hibernate.envers.enhanced with parameters of type JdbcEnvironment Modifier and Type Method Description protected DatabaseStructureOrderedSequenceGenerator. buildSequenceStructure(Type type, java.util.Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize)Constructors in org.hibernate.envers.enhanced with parameters of type JdbcEnvironment Constructor Description OrderedSequenceStructure(JdbcEnvironment jdbcEnvironment, QualifiedName qualifiedSequenceName, int initialValue, int incrementSize, java.lang.Class numberType) -
Uses of JdbcEnvironment in org.hibernate.hql.spi.id
Methods in org.hibernate.hql.spi.id with parameters of type JdbcEnvironment Modifier and Type Method Description protected QualifiedTableNameAbstractMultiTableBulkIdStrategyImpl. determineIdTableName(JdbcEnvironment jdbcEnvironment, PersistentClass entityBinding) -
Uses of JdbcEnvironment in org.hibernate.hql.spi.id.persistent
Methods in org.hibernate.hql.spi.id.persistent with parameters of type JdbcEnvironment Modifier and Type Method Description protected QualifiedTableNamePersistentTableBulkIdStrategy. determineIdTableName(JdbcEnvironment jdbcEnvironment, PersistentClass entityBinding) -
Uses of JdbcEnvironment in org.hibernate.id
Methods in org.hibernate.id with parameters of type JdbcEnvironment Modifier and Type Method Description protected QualifiedNameMultipleHiLoPerTableGenerator. determineGeneratorTableName(java.util.Properties params, JdbcEnvironment jdbcEnvironment)Deprecated.protected java.lang.StringMultipleHiLoPerTableGenerator. determineSegmentColumnName(java.util.Properties params, JdbcEnvironment jdbcEnvironment)Deprecated.protected java.lang.StringMultipleHiLoPerTableGenerator. determineValueColumnName(java.util.Properties params, JdbcEnvironment jdbcEnvironment)Deprecated. -
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, java.util.Properties params, JdbcEnvironment jdbcEnvironment, boolean forceTableUse, QualifiedName sequenceName, int initialValue, int incrementSize)Build the database structure.protected DatabaseStructureSequenceStyleGenerator. buildSequenceStructure(Type type, java.util.Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize)protected DatabaseStructureSequenceStyleGenerator. buildTableStructure(Type type, java.util.Properties params, JdbcEnvironment jdbcEnvironment, QualifiedName sequenceName, int initialValue, int incrementSize)protected QualifiedNameTableGenerator. determineGeneratorTableName(java.util.Properties params, JdbcEnvironment jdbcEnvironment, ServiceRegistry serviceRegistry)Determine the table name to use for the generator values.protected java.lang.StringTableGenerator. determineSegmentColumnName(java.util.Properties params, JdbcEnvironment jdbcEnvironment)Determine the name of the column used to indicate the segment for each row.protected QualifiedNameSequenceStyleGenerator. determineSequenceName(java.util.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(java.util.Properties params, JdbcEnvironment jdbcEnvironment)Determine the name of the column used to store the generator value in the db.protected java.lang.StringTableGenerator. determineValueColumnName(java.util.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, QualifiedName qualifiedSequenceName, int initialValue, int incrementSize, java.lang.Class numberType)TableStructure(JdbcEnvironment jdbcEnvironment, QualifiedName qualifiedTableName, Identifier valueColumnNameIdentifier, int initialValue, int incrementSize, java.lang.Class numberType) -
Uses of JdbcEnvironment in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return JdbcEnvironment Modifier and Type Method Description JdbcEnvironmentBasicTestingJdbcServiceImpl. getJdbcEnvironment() -
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)
-