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 org.javers.repository.sql.schema.DBObjectName getGlobalIdTableName()
      • getCommitTableName

        protected org.javers.repository.sql.schema.DBObjectName getCommitTableName()
      • getCommitPropertyTableName

        protected org.javers.repository.sql.schema.DBObjectName getCommitPropertyTableName()
      • getSnapshotTableName

        protected org.javers.repository.sql.schema.DBObjectName getSnapshotTableName()
      • getCommitPkSeqWithSchema

        protected java.lang.String getCommitPkSeqWithSchema()
      • getSnapshotTablePkSeqWithSchema

        protected java.lang.String getSnapshotTablePkSeqWithSchema()
      • getGlobalIdPkSeqWithSchema

        protected java.lang.String getGlobalIdPkSeqWithSchema()
      • getSequenceNameWithSchema

        protected java.lang.String getSequenceNameWithSchema​(java.lang.String pkColName)