spring-config.jobs.mapping.epadminMapping.xml Maven / Gradle / Ivy
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <mappingFile targetEntity="io.github.jsoagger.core.model.people.person.Person"> <command name="INSTALL_EPDMIN" writers-ref="VLEPAdminUserWriter" processors-ref="VLCSVToBeanProcessor"> <column id="command" mandatory="true" maxLength="255" /> <column id="gender" mandatory="true" maxLength="10" /> <column id="lastName" mandatory="true" maxLength="255" /> <column id="firstName" mandatory="true" maxLength="500" /> <column id="middleName" mandatory="true" maxLength="255" /> <column id="birthDate" mandatory="true" maxLength="50" format="dd/MM/yyyy" propertyEditor="VLDateStringPropertyEditor" /> <column id="comment" mandatory="false" maxLength="255" /> <column id="email" mandatory="true" maxLength="255" externalAttribute="true"/> <column id="birthPlace" mandatory="true" maxLength="255" /> <column id="type" mandatory="true" maxLength="500" entityAttribute="false" /> </command> </mappingFile>