Class SchemaNameAware

java.lang.Object
org.javers.repository.sql.schema.SchemaNameAware
Direct Known Subclasses:
CdoSnapshotRepository, CommitMetadataRepository, FixedSchemaFactory, GlobalIdRepository, JaversSchemaManager

public abstract class SchemaNameAware extends Object
  • Constructor Details

  • Method Details

    • getCommitTableNameWithSchema

      protected String getCommitTableNameWithSchema()
    • getSnapshotTableNameWithSchema

      protected String getSnapshotTableNameWithSchema()
    • getGlobalIdTableNameWithSchema

      protected String getGlobalIdTableNameWithSchema()
    • getCommitPropertyTableNameWithSchema

      protected 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 Optional<String> getSchemaName()