Class SchemaNameAware

    • 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()