public class ChangeLogInclude extends AbstractLiquibaseSerializable implements ChangeLogChild
LiquibaseSerializable.SerializationType
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
Constructor and Description |
---|
ChangeLogInclude() |
Modifier and Type | Method and Description |
---|---|
ContextExpression |
getContext() |
String |
getFile() |
Boolean |
getRelativeToChangelogFile() |
Set<String> |
getSerializableFields() |
String |
getSerializedObjectName() |
String |
getSerializedObjectNamespace() |
void |
setContext(ContextExpression context) |
void |
setFile(String file) |
void |
setRelativeToChangelogFile(Boolean relativeToChangelogFile) |
convertEscaped, getSerializableFieldDataTypeClass, getSerializableFieldDataTypeClassParameters, getSerializableFieldNamespace, getSerializableFieldType, getSerializableFieldValue, load, serialize, serializeValue, setSerializableFieldValue, shouldAutoLoad
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSerializableFieldNamespace, getSerializableFieldType, getSerializableFieldValue, load, serialize
public Set<String> getSerializableFields()
getSerializableFields
in interface LiquibaseSerializable
getSerializableFields
in class AbstractLiquibaseSerializable
public String getSerializedObjectName()
getSerializedObjectName
in interface LiquibaseSerializable
public String getSerializedObjectNamespace()
getSerializedObjectNamespace
in interface LiquibaseSerializable
public String getFile()
public void setFile(String file)
public Boolean getRelativeToChangelogFile()
public void setRelativeToChangelogFile(Boolean relativeToChangelogFile)
public ContextExpression getContext()
public void setContext(ContextExpression context)
Copyright © 2023 Liquibase.org. All rights reserved.