Class TableNameProvider

java.lang.Object
org.javers.repository.sql.schema.TableNameProvider

public class TableNameProvider extends Object
  • Constructor Details

  • Method Details

    • getGlobalIdTableNameWithSchema

      public String getGlobalIdTableNameWithSchema()
    • getCommitTableNameWithSchema

      public String getCommitTableNameWithSchema()
    • getCommitPropertyTableNameWithSchema

      public String getCommitPropertyTableNameWithSchema()
    • getSnapshotTableNameWithSchema

      public String getSnapshotTableNameWithSchema()
    • getSnapshotTablePkSeqName

      public DBObjectName getSnapshotTablePkSeqName()
    • getGlobalIdPkSeqName

      public DBObjectName getGlobalIdPkSeqName()
    • getCommitPkSeqName

      public DBObjectName getCommitPkSeqName()
    • getCdoClassTableNameWithSchema

      @Deprecated public String getCdoClassTableNameWithSchema()
      Deprecated.
      used only by migration scripts