public class SpringPhysicalNamingStrategy extends ObjectSE implements org.hibernate.boot.model.naming.PhysicalNamingStrategy
PhysicalNamingStrategy。| コンストラクターと説明 |
|---|
SpringPhysicalNamingStrategy() |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected org.hibernate.boot.model.naming.Identifier | getIdentifier(StringSE name, boolean quoted, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment) 指定された詳細の識別子を取得します。 |
protected boolean | isCaseInsensitive(org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment) データベースで大文字と小文字が区別されるかどうかを指定します。 |
org.hibernate.boot.model.naming.Identifier | toPhysicalCatalogName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment) |
org.hibernate.boot.model.naming.Identifier | toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment) |
org.hibernate.boot.model.naming.Identifier | toPhysicalSchemaName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment) |
org.hibernate.boot.model.naming.Identifier | toPhysicalSequenceName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment) |
org.hibernate.boot.model.naming.Identifier | toPhysicalTableName(org.hibernate.boot.model.naming.Identifier name, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic org.hibernate.boot.model.naming.Identifier toPhysicalCatalogName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)org.hibernate.boot.model.naming.PhysicalNamingStrategy の toPhysicalCatalogName public org.hibernate.boot.model.naming.Identifier toPhysicalSchemaName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)org.hibernate.boot.model.naming.PhysicalNamingStrategy の toPhysicalSchemaName public org.hibernate.boot.model.naming.Identifier toPhysicalTableName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)org.hibernate.boot.model.naming.PhysicalNamingStrategy の toPhysicalTableName public org.hibernate.boot.model.naming.Identifier toPhysicalSequenceName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)org.hibernate.boot.model.naming.PhysicalNamingStrategy の toPhysicalSequenceName public org.hibernate.boot.model.naming.Identifier toPhysicalColumnName(org.hibernate.boot.model.naming.Identifier name,
org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)org.hibernate.boot.model.naming.PhysicalNamingStrategy の toPhysicalColumnName protected org.hibernate.boot.model.naming.Identifier getIdentifier(StringSE name, boolean quoted, org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
isCaseInsensitive(JdbcEnvironment) の結果に基づいて調整された名前の識別子を返します name - 識別子の名前 quoted - 識別子が引用されている場合 jdbcEnvironment - JDBC 環境 protected boolean isCaseInsensitive(org.hibernate.engine.jdbc.env.spi.JdbcEnvironment jdbcEnvironment)
jdbcEnvironment - 大文字小文字の判別に使用できる JDBC 環境 Copyright © 2019 Pivotal Software, Inc.. All rights reserved.