Package org.javers.repository.sql.schema
Class FixedSchemaFactory
java.lang.Object
org.javers.repository.sql.schema.SchemaNameAware
org.javers.repository.sql.schema.FixedSchemaFactory
non-configurable schema factory, gives schema with default table names
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
ConstructorsConstructorDescriptionFixedSchemaFactory(org.polyjdbc.core.dialect.Dialect dialect, TableNameProvider tableNameProvider) -
Method Summary
Methods inherited from class org.javers.repository.sql.schema.SchemaNameAware
getCommitPkSeqName, getCommitPropertyTableName, getCommitPropertyTableNameWithSchema, getCommitTableName, getCommitTableNameWithSchema, getGlobalIdPkSeqName, getGlobalIdTableName, getGlobalIdTableNameWithSchema, getSchemaName, getSnapshotTableName, getSnapshotTableNameWithSchema, getSnapshotTablePkSeqName
-
Field Details
-
GLOBAL_ID_PK
- See Also:
-
GLOBAL_ID_LOCAL_ID
- See Also:
-
GLOBAL_ID_FRAGMENT
- See Also:
-
GLOBAL_ID_TYPE_NAME
- See Also:
-
GLOBAL_ID_OWNER_ID_FK
- See Also:
-
COMMIT_PK
- See Also:
-
COMMIT_AUTHOR
- See Also:
-
COMMIT_COMMIT_DATE
- See Also:
-
COMMIT_COMMIT_DATE_INSTANT
- See Also:
-
COMMIT_COMMIT_ID
- See Also:
-
COMMIT_PROPERTY_COMMIT_FK
- See Also:
-
COMMIT_PROPERTY_NAME
- See Also:
-
COMMIT_PROPERTY_VALUE
- See Also:
-
SNAPSHOT_PK
- See Also:
-
SNAPSHOT_COMMIT_FK
- See Also:
-
SNAPSHOT_GLOBAL_ID_FK
- See Also:
-
SNAPSHOT_TYPE
- See Also:
-
SNAPSHOT_VERSION
- See Also:
-
SNAPSHOT_STATE
- See Also:
-
SNAPSHOT_CHANGED
- See Also:
-
SNAPSHOT_MANAGED_TYPE
- See Also:
-
-
Constructor Details
-
FixedSchemaFactory
public FixedSchemaFactory(org.polyjdbc.core.dialect.Dialect dialect, TableNameProvider tableNameProvider)
-