Package org.javers.repository.sql.schema
Class SchemaNameAware
- java.lang.Object
-
- org.javers.repository.sql.schema.SchemaNameAware
-
- Direct Known Subclasses:
CdoSnapshotRepository,CommitMetadataRepository,FixedSchemaFactory,GlobalIdRepository,JaversSchemaManager
public abstract class SchemaNameAware extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSchemaNameAware(TableNameProvider tableNameProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DBObjectNamegetCommitPkSeqName()protected DBObjectNamegetCommitPropertyTableName()protected java.lang.StringgetCommitPropertyTableNameWithSchema()protected DBObjectNamegetCommitTableName()protected java.lang.StringgetCommitTableNameWithSchema()protected DBObjectNamegetGlobalIdPkSeqName()protected DBObjectNamegetGlobalIdTableName()protected java.lang.StringgetGlobalIdTableNameWithSchema()protected java.util.Optional<java.lang.String>getSchemaName()protected DBObjectNamegetSnapshotTableName()protected java.lang.StringgetSnapshotTableNameWithSchema()protected DBObjectNamegetSnapshotTablePkSeqName()
-
-
-
Constructor Detail
-
SchemaNameAware
protected SchemaNameAware(TableNameProvider tableNameProvider)
-
-
Method Detail
-
getCommitTableNameWithSchema
protected java.lang.String getCommitTableNameWithSchema()
-
getSnapshotTableNameWithSchema
protected java.lang.String getSnapshotTableNameWithSchema()
-
getGlobalIdTableNameWithSchema
protected java.lang.String getGlobalIdTableNameWithSchema()
-
getCommitPropertyTableNameWithSchema
protected java.lang.String getCommitPropertyTableNameWithSchema()
-
getGlobalIdTableName
protected DBObjectName getGlobalIdTableName()
-
getCommitTableName
protected DBObjectName getCommitTableName()
-
getCommitPropertyTableName
protected DBObjectName getCommitPropertyTableName()
-
getSnapshotTableName
protected DBObjectName getSnapshotTableName()
-
getCommitPkSeqName
protected DBObjectName getCommitPkSeqName()
-
getSnapshotTablePkSeqName
protected DBObjectName getSnapshotTablePkSeqName()
-
getGlobalIdPkSeqName
protected DBObjectName getGlobalIdPkSeqName()
-
getSchemaName
protected java.util.Optional<java.lang.String> getSchemaName()
-
-