spring-config.jobs.mapping.listValuesMapping.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <mappingFile targetEntity="io.github.jsoagger.core.model.util.ListValues"> <command name="ADD" writers-ref="LineBeanToListValueWriter" processors-ref="VLCSVToBeanProcessor"> <column id="command" mandatory="true" maxLength="255"/> <column id="name" mandatory="true" maxLength="255" blankAllowed="false"/> <column id="description" mandatory="false" maxLength="255" blankAllowed="false"/> <column id="value" mandatory="true" maxLength="255" blankAllowed="false"/> <column id="savedValue" mandatory="true" maxLength="255" blankAllowed="false"/> <column id="locale" mandatory="true" maxLength="255" blankAllowed="false"/> <column id="containerInfo" mandatory="true" propertyEditor="ContainerInfoByLogicalPathEditor"/> </command> <!-- EXPORT FOR UPDATE --> <command name="UPDATE" writers-ref="LineBeanToListValueWriter" processors-ref="VLCSVToBeanProcessor;VLLineBeanDomainProcessor"> <column id="command" mandatory="true" maxLength="255"/> <column id="fullIdentifier" mandatory="true" externalAttribute="true" propertyEditor="PersistableByFullIdEditor"/> <column id="name" mandatory="true" maxLength="255" blankAllowed="false"/> <column id="description" mandatory="false" maxLength="255" blankAllowed="false"/> <column id="value" mandatory="true" maxLength="255" blankAllowed="false"/> <column id="savedValue" mandatory="true" maxLength="255" blankAllowed="false"/> <column id="locale" mandatory="true" maxLength="255" blankAllowed="false"/> <column id="group" mandatory="false" maxLength="255" blankAllowed="false"/> </command> <command name="EXPORT_FOR_UPDATE"> <column id="command" constant="UPDATE"/> <column id="fullIdentifier" propertyEditor="ObjectFullIdentifierPropetyEditor"/> <column id="name"/> <column id="description"/> <column id="value"/> <column id="saved_value"/> <column id="locale"/> <column id="l_group"/> </command> </mappingFile>