Package ca.uhn.fhir.jpa.migrate.entity
Class HapiMigrationEntity
java.lang.Object
ca.uhn.fhir.jpa.migrate.entity.HapiMigrationEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.jdbc.core.PreparedStatementSetterstatic HapiMigrationEntityfromBaseTask(BaseTask theTask) getPid()getType()static org.springframework.jdbc.core.RowMapper<HapiMigrationEntity>voidsetChecksum(Integer theChecksum) voidsetDescription(String theDescription) voidsetExecutionTime(Integer theExecutionTime) voidsetInstalledBy(String theInstalledBy) voidsetInstalledOn(Date theInstalledOn) voidvoidvoidvoidsetSuccess(Boolean theSuccess) voidvoidsetVersion(String theVersion) static HapiMigrationEntity
-
Field Details
-
VERSION_MAX_SIZE
- See Also:
-
DESCRIPTION_MAX_SIZE
- See Also:
-
TYPE_MAX_SIZE
- See Also:
-
SCRIPT_MAX_SIZE
- See Also:
-
INSTALLED_BY_MAX_SIZE
- See Also:
-
RESULT_MAX_SIZE
- See Also:
-
CREATE_TABLE_PID
- See Also:
-
INITIAL_RECORD_DESCRIPTION
- See Also:
-
INITIAL_RECORD_SCRIPT
- See Also:
-
-
Constructor Details
-
HapiMigrationEntity
public HapiMigrationEntity()
-
-
Method Details
-
tableCreatedRecord
-
getPid
-
setPid
-
getVersion
-
setVersion
-
getDescription
-
setDescription
-
getType
-
setType
-
getScript
-
setScript
-
getChecksum
-
setChecksum
-
getInstalledBy
-
setInstalledBy
-
getInstalledOn
-
setInstalledOn
-
getExecutionTime
-
setExecutionTime
-
getSuccess
-
setSuccess
-
fromBaseTask
-
rowMapper
-
asPreparedStatementSetter
-
getResult
-
setResult
-