Package org.javers.repository.sql.schema
Class TableNameProvider
- java.lang.Object
-
- org.javers.repository.sql.schema.TableNameProvider
-
public class TableNameProvider extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TableNameProvider(SqlRepositoryConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetCdoClassTableNameWithSchema()Deprecated.DBObjectNamegetCommitPkSeqName()java.lang.StringgetCommitPropertyTableNameWithSchema()java.lang.StringgetCommitTableNameWithSchema()DBObjectNamegetGlobalIdPkSeqName()java.lang.StringgetGlobalIdTableNameWithSchema()java.lang.StringgetSnapshotTableNameWithSchema()DBObjectNamegetSnapshotTablePkSeqName()
-
-
-
Constructor Detail
-
TableNameProvider
public TableNameProvider(SqlRepositoryConfiguration configuration)
-
-
Method Detail
-
getGlobalIdTableNameWithSchema
public java.lang.String getGlobalIdTableNameWithSchema()
-
getCommitTableNameWithSchema
public java.lang.String getCommitTableNameWithSchema()
-
getCommitPropertyTableNameWithSchema
public java.lang.String getCommitPropertyTableNameWithSchema()
-
getSnapshotTableNameWithSchema
public java.lang.String getSnapshotTableNameWithSchema()
-
getSnapshotTablePkSeqName
public DBObjectName getSnapshotTablePkSeqName()
-
getGlobalIdPkSeqName
public DBObjectName getGlobalIdPkSeqName()
-
getCommitPkSeqName
public DBObjectName getCommitPkSeqName()
-
getCdoClassTableNameWithSchema
@Deprecated public java.lang.String getCdoClassTableNameWithSchema()
Deprecated.used only by migration scripts
-
-