All Downloads are FREE. Search and download functionalities are using the official Maven repository.

spring-config.jobs.mapping.preferenceMapping.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<mappingFile targetEntity="io.github.jsoagger.core.model.Preference">

          <command name="ADD" writers-ref="VLLineBeanToRootEntityWriter" processors-ref="VLCSVToBeanProcessor;VLLineBeanDomainProcessor">
                    <column id="command" mandatory="true" maxLength="255"/>
                    <column id="key" mandatory="true" maxLength="255" blankAllowed="false"/>
                    <column id="value" mandatory="false" maxLength="255" blankAllowed="false"/>
                    <column id="owner" mandatory="true" maxLength="255" blankAllowed="false"/>
          </command>

          <command name="UPDATE">
                    <column id="command" mandatory="true" maxLength="255"/>
                    <column id="oid" mandatory="true" maxLength="255" blankAllowed="false"/>
                    <column id="key" mandatory="false" maxLength="255" blankAllowed="false"/>
                    <column id="value" mandatory="true" maxLength="255" blankAllowed="false"/>
                    <column id="owner" mandatory="true" maxLength="255" blankAllowed="false"/>
          </command>

          <command name="EXPORT">
                    <column id="oid"/>
                    <column id="key"/>
                    <column id="value"/>
                    <column id="owner"/>
          </command>

          <command name="EXPORT_FOR_UPDATE">
                    <column id="command" constant="UPDATE"/>
                    <column id="oid"/>
                    <column id="key"/>
                    <column id="value"/>
                    <column id="owner"/>
          </command>
</mappingFile>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy