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.ObjectTODO should be replaced with Java8 interface with default impl
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSchemaNameAware(TableNameProvider tableNameProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetCommitPkSeqWithSchema()protected org.javers.repository.sql.schema.DBObjectNamegetCommitPropertyTableName()protected java.lang.StringgetCommitPropertyTableNameWithSchema()protected org.javers.repository.sql.schema.DBObjectNamegetCommitTableName()protected java.lang.StringgetCommitTableNameWithSchema()protected java.lang.StringgetGlobalIdPkSeqWithSchema()protected org.javers.repository.sql.schema.DBObjectNamegetGlobalIdTableName()protected java.lang.StringgetGlobalIdTableNameWithSchema()protected java.lang.StringgetSequenceNameWithSchema(java.lang.String pkColName)protected org.javers.repository.sql.schema.DBObjectNamegetSnapshotTableName()protected java.lang.StringgetSnapshotTableNameWithSchema()protected java.lang.StringgetSnapshotTablePkSeqWithSchema()
-
-
-
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)
-
-