| <?xml version="1.0" encoding="UTF-8"?> |
| <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd"> |
| |
| <!-- Generated by Teneo on Tue Jul 17 16:41:01 MSD 2007 --> |
| <hibernate-mapping auto-import="false"> |
| <typedef name="_1.TransportCategoryCodeTypeObject" class="org.eclipse.emf.teneo.hibernate.mapping.DefaultToStringUserType"> |
| <param name="epackage">urn:customs.ru:CommonLeafTypes:3.0.1</param> |
| <param name="edatatype">TransportCategoryCodeTypeObject</param> |
| </typedef> |
| <class name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutBorderTransportTypeImpl" entity-name="ESADoutBorderTransportType" abstract="false" lazy="false" table="`esadoutbordertransporttyp`"> |
| <meta attribute="eclassName">ESADoutBorderTransportType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="transportModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transportmodecode`" length="2"/> |
| </property> |
| <property name="transportNationalityCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transportnationalitycode"/> |
| </property> |
| <list name="transportMeans" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutbordertransport_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutbordertranspor_idx`"/> |
| <one-to-many entity-name="TransportMeansType"/> |
| </list> |
| </class> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.OrganizationBaseTypeImpl" entity-name="OrganizationBaseType" abstract="false" lazy="false" table="`organizationbasetype`"> |
| <meta attribute="eclassName">OrganizationBaseType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="organizationName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`organizationname`" length="150"/> |
| </property> |
| <property name="shortName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`shortname`" length="35"/> |
| </property> |
| <property name="oGRN" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`ogrn`"/> |
| </property> |
| <property name="iNN" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`inn`" length="12"/> |
| </property> |
| <property name="kPP" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`kpp`"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADOrganizationTypeImpl" entity-name="ESADOrganizationType" abstract="false" lazy="false" extends="OrganizationBaseType" table="`esadorganizationtype`"> |
| <meta attribute="eclassName">ESADOrganizationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`organizationbasetype_e_id`"/> |
| </key> |
| <many-to-one name="address" entity-name="AddressType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`addresstype_address_e_id`"/> |
| </many-to-one> |
| <many-to-one name="identityCard" entity-name="IdentityCardType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`identitycardtype_ident_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutCarrierTypeImpl" entity-name="ESADoutCarrierType" abstract="false" lazy="false" extends="ESADOrganizationType" table="`esadoutcarriertype`"> |
| <meta attribute="eclassName">ESADoutCarrierType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`esadorganizationtype_e_id`"/> |
| </key> |
| <list name="eSADDriverInformation" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutcarriertype_esa_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutcarriertype_es_idx`"/> |
| <one-to-many entity-name="ESADDriverInformationType"/> |
| </list> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADConsigmentTypeImpl" entity-name="ESADConsigmentType" abstract="false" lazy="false" table="`esadconsigmenttype`"> |
| <meta attribute="eclassName">ESADConsigmentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="containerIndicator" lazy="false" insert="true" update="true" not-null="false" unique="false" type="boolean"> |
| <column not-null="false" unique="false" name="`containerindicator`"/> |
| </property> |
| <property name="dispatchCountryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`dispatchcountrycode`"/> |
| </property> |
| <property name="dispatchCountryName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`dispatchcountryname`" length="35"/> |
| </property> |
| <property name="destinationCountryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`destinationcountrycode`"/> |
| </property> |
| <property name="destinationCountryName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`destinationcountryname`" length="35"/> |
| </property> |
| <many-to-one name="deliveryCustomsOffice" entity-name="CustomsType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`customstype_deliverycu_id`"/> |
| </many-to-one> |
| <list name="borderCustomsOffice" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadconsigmenttype_bor_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadconsigmenttype_bo_idx`"/> |
| <one-to-many entity-name="CustomsType"/> |
| </list> |
| </class> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutConsigmentTypeImpl" entity-name="ESADoutConsigmentType" abstract="false" lazy="false" extends="ESADConsigmentType" table="`esadoutconsigmenttype`"> |
| <meta attribute="eclassName">ESADoutConsigmentType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`esadconsigmenttype_e_id`"/> |
| </key> |
| <many-to-one name="eSADoutDepartureArrivalTransport" entity-name="ESAoutDepartureArrivalTransportType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esaoutdeparturearrival_id`"/> |
| </many-to-one> |
| <many-to-one name="eSADoutBorderTransport" entity-name="ESADoutBorderTransportType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutbordertransport_id`"/> |
| </many-to-one> |
| <many-to-one name="eSADoutLoadingPlace" entity-name="ESADoutLoadingPlaceType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutloadingplacetyp_id`"/> |
| </many-to-one> |
| <list name="eSADoutReloadingInfo" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutconsigmenttype__id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutconsigmenttype_idx`"/> |
| <one-to-many entity-name="ESADReloadingInfoType"/> |
| </list> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutConsigneeTypeImpl" entity-name="ESADoutConsigneeType" abstract="false" lazy="false" extends="ESADOrganizationType" table="`esadoutconsigneetype`"> |
| <meta attribute="eclassName">ESADoutConsigneeType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`esadorganizationtype_e_id`"/> |
| </key> |
| <property name="contractorIndicator" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`contractorindicator`" length="1"/> |
| </property> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutConsignorTypeImpl" entity-name="ESADoutConsignorType" abstract="false" lazy="false" extends="ESADOrganizationType" table="`esadoutconsignortype`"> |
| <meta attribute="eclassName">ESADoutConsignorType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`esadorganizationtype_e_id`"/> |
| </key> |
| <property name="bowelsINN" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`bowelsinn`" length="12"/> |
| </property> |
| <property name="bowelsOKPO" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`bowelsokpo`" length="10"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutCustomsConditionsTypeImpl" entity-name="ESADoutCustomsConditionsType" abstract="false" lazy="false" table="`esadoutcustomsconditionst`"> |
| <meta attribute="eclassName">ESADoutCustomsConditionsType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <list name="processingGoods" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutcustomsconditio_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutcustomsconditi_idx`"/> |
| <one-to-many entity-name="ProcessingGoodsType"/> |
| </list> |
| </class> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutDeclarantTypeImpl" entity-name="ESADoutDeclarantType" abstract="false" lazy="false" extends="ESADOrganizationType" table="`esadoutdeclaranttype`"> |
| <meta attribute="eclassName">ESADoutDeclarantType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`esadorganizationtype_e_id`"/> |
| </key> |
| <many-to-one name="branchDescription" entity-name="BranchDescriptionType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`branchdescriptiontype__id`"/> |
| </many-to-one> |
| <many-to-one name="eSADoutFilledPerson" entity-name="ESADFilledPersonType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`esadfilledpersontype_e_id`"/> |
| </many-to-one> |
| <many-to-one name="customsBrokerContract" entity-name="CustomsBrokerType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`customsbrokertype_cust_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutFinancialAdjustingResponsiblePersonTypeImpl" entity-name="ESADoutFinancialAdjustingResponsiblePersonType" abstract="false" lazy="false" extends="ESADOrganizationType" table="`esadoutfinancialadjusting`"> |
| <meta attribute="eclassName">ESADoutFinancialAdjustingResponsiblePersonType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`esadorganizationtype_e_id`"/> |
| </key> |
| <many-to-one name="branchDescription" entity-name="BranchDescriptionType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`branchdescriptiontype__id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADGoodsLocationTypeImpl" entity-name="ESADGoodsLocationType" abstract="false" lazy="false" table="`esadgoodslocationtype`"> |
| <meta attribute="eclassName">ESADGoodsLocationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="informationTypeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`informationtypecode`" length="2"/> |
| </property> |
| <many-to-one name="goodsLocationWarehouse" entity-name="GoodsLocationWarehouseType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`goodslocationwarehouse_id`"/> |
| </many-to-one> |
| <many-to-one name="goodsLocationPlace" entity-name="GoodsLocationPlaceType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`goodslocationplacetype_id`"/> |
| </many-to-one> |
| </class> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutGoodsLocationTypeImpl" entity-name="ESADoutGoodsLocationType" abstract="false" lazy="false" extends="ESADGoodsLocationType" table="`esadoutgoodslocationtype`"> |
| <meta attribute="eclassName">ESADoutGoodsLocationType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`esadgoodslocationtype__id`"/> |
| </key> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADGoodsShipmentTypeImpl" entity-name="ESADGoodsShipmentType" abstract="false" lazy="false" table="`esadgoodsshipmenttype`"> |
| <meta attribute="eclassName">ESADGoodsShipmentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="originCountryName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`origincountryname`" length="35"/> |
| </property> |
| <property name="specificationNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`specificationnumber`" precision="5" scale="0"/> |
| </property> |
| <property name="specificationListNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`specificationlistnumber`" precision="5" scale="0"/> |
| </property> |
| <property name="totalGoodsNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`totalgoodsnumber`" precision="5"/> |
| </property> |
| <property name="totalPackageNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totalpackagenumber`" precision="8" scale="0"/> |
| </property> |
| <property name="totalSheetNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totalsheetnumber`" precision="5" scale="0"/> |
| </property> |
| <property name="originCountryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`origincountrycode`"/> |
| </property> |
| <property name="countryCodeIndicator" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`countrycodeindicator`" precision="1" scale="0"/> |
| </property> |
| <property name="totalCustCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totalcustcost`" precision="16" scale="2"/> |
| </property> |
| <property name="custCostCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`custcostcurrencycode`"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutGoodsShipmentTypeImpl" entity-name="ESADoutGoodsShipmentType" abstract="false" lazy="false" extends="ESADGoodsShipmentType" table="`esadoutgoodsshipmenttype`"> |
| <meta attribute="eclassName">ESADoutGoodsShipmentType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`esadgoodsshipmenttype__id`"/> |
| </key> |
| <many-to-one name="eSADoutConsignor" entity-name="ESADoutConsignorType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutconsignortype_e_id`"/> |
| </many-to-one> |
| <many-to-one name="eSADoutConsignee" entity-name="ESADoutConsigneeType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`esadoutconsigneetype_e_id`"/> |
| </many-to-one> |
| <many-to-one name="eSADoutFinancialAdjustingResponsiblePerson" entity-name="ESADoutFinancialAdjustingResponsiblePersonType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutfinancialadjust_id`"/> |
| </many-to-one> |
| <many-to-one name="eSADoutDeclarant" entity-name="ESADoutDeclarantType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutdeclaranttype_e_id`"/> |
| </many-to-one> |
| <many-to-one name="eSADoutPrincipal" entity-name="ESADoutPrincipalType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutprincipaltype_e_id`"/> |
| </many-to-one> |
| <many-to-one name="eSADoutCarrier" entity-name="ESADoutCarrierType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutcarriertype_esa_id`"/> |
| </many-to-one> |
| <list name="eSADoutGoodsLocation" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutgoodsshipmentty_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutgoodsshipmentt_idx`"/> |
| <one-to-many entity-name="ESADoutGoodsLocationType"/> |
| </list> |
| <many-to-one name="eSADoutConsigment" entity-name="ESADoutConsigmentType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutconsigmenttype__id`"/> |
| </many-to-one> |
| <many-to-one name="eSADoutMainContractTerms" entity-name="ESADoutMainContractTermsType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutmaincontractter_id`"/> |
| </many-to-one> |
| <list name="eSADoutGoods" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutgoodsshipmentty_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutgoodsshipmentt_idx`"/> |
| <one-to-many entity-name="ESADoutGoodsType"/> |
| </list> |
| <many-to-one name="eSADoutPayments" entity-name="ESADoutPaymentsType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutpaymentstype_es_id`"/> |
| </many-to-one> |
| <many-to-one name="guarantee" entity-name="GuaranteeType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`guaranteetype_guarante_id`"/> |
| </many-to-one> |
| <many-to-one name="eSADoutCustomsConditions" entity-name="ESADoutCustomsConditionsType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutcustomsconditio_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.GoodsItemBaseTypeImpl" entity-name="GoodsItemBaseType" abstract="false" lazy="false" table="`goodsitembasetype`"> |
| <meta attribute="eclassName">GoodsItemBaseType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="goodsNumeric" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`goodsnumeric`" precision="5"/> |
| </property> |
| <list name="goodsDescription" table="`goodsite_goodsdescription`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`goodsitembasetype_good_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`goodsitembasetype_goo_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <property name="grossWeightQuantity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`grossweightquantity`" precision="19" scale="6"/> |
| </property> |
| <property name="netWeightQuantity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`netweightquantity`" precision="19" scale="6"/> |
| </property> |
| <property name="invoicedCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`invoicedcost`" precision="16" scale="2"/> |
| </property> |
| <property name="customsCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`customscost`" precision="16" scale="2"/> |
| </property> |
| <property name="statisticalCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`statisticalcost`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADGoodsItemTypeImpl" entity-name="ESADGoodsItemType" abstract="false" lazy="false" extends="GoodsItemBaseType" table="`esadgoodsitemtype`"> |
| <meta attribute="eclassName">ESADGoodsItemType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`goodsitembasetype_e_id`"/> |
| </key> |
| <property name="goodsTNVEDCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodstnvedcode`"/> |
| </property> |
| <property name="goodsClassificationCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodsclassificationcode`" length="1"/> |
| </property> |
| <property name="additionalSign" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`additionalsign`" length="1"/> |
| </property> |
| <property name="beginPeriodDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`beginperioddate`"/> |
| </property> |
| <property name="endPeriodDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`endperioddate`"/> |
| </property> |
| <property name="originCountryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`origincountrycode`"/> |
| </property> |
| <property name="originCountryName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`origincountryname`" length="35"/> |
| </property> |
| <property name="countryCodeIndicator" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`countrycodeindicator`" precision="1" scale="0"/> |
| </property> |
| <property name="preferencii" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`preferencii`" length="4"/> |
| </property> |
| <property name="destinationCountryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`destinationcountrycode`"/> |
| </property> |
| <property name="conformityStatCostIndicator" lazy="false" insert="true" update="true" not-null="false" unique="false" type="boolean"> |
| <column not-null="false" unique="false" name="`conformitystatcostindica"/> |
| </property> |
| <property name="goodsShipmentUCR" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodsshipmentucr`" length="36"/> |
| </property> |
| <list name="goodsGroupDescription" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadgoodsitemtype_good_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadgoodsitemtype_goo_idx`"/> |
| <one-to-many entity-name="GoodsGroupDescriptionType"/> |
| </list> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADGoodsTypeImpl" entity-name="ESADGoodsType" abstract="false" lazy="false" extends="ESADGoodsItemType" table="`esadgoodstype`"> |
| <meta attribute="eclassName">ESADGoodsType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`esadgoodsitemtype_e_id`"/> |
| </key> |
| <property name="additionalSheetCount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`additionalsheetcount`" precision="5" scale="0"/> |
| </property> |
| <property name="formNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`formnumber`" length="8"/> |
| </property> |
| <many-to-one name="eSADGoodsPackaging" entity-name="ESADGoodsPackagingType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadgoodspackagingtype_id`"/> |
| </many-to-one> |
| <many-to-one name="eSADContainer" entity-name="ESADContainerType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadcontainertype_esad_id`"/> |
| </many-to-one> |
| <list name="eSADExcise" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadgoodstype_esadexci_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadgoodstype_esadexc_idx`"/> |
| <one-to-many entity-name="ESADExciseType"/> |
| </list> |
| <many-to-one name="supplementaryGoodsQuantity" entity-name="SupplementaryQuantityType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`supplementaryquantityt_id`"/> |
| </many-to-one> |
| <list name="supplementaryGoodsQuantity1" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadgoodstype_suppleme_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadgoodstype_supplem_idx`"/> |
| <one-to-many entity-name="SupplementaryQuantityType"/> |
| </list> |
| <list name="eSADElectricalEnergyQuantity" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadgoodstype_esadelec_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadgoodstype_esadele_idx`"/> |
| <one-to-many entity-name="ESADElectricalEnergyQuantityType"/> |
| </list> |
| <many-to-one name="eSADGoodsQuota" entity-name="ESADGoodsQuotaType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadgoodsquotatype_esa_id`"/> |
| </many-to-one> |
| <many-to-one name="eSADCustomsProcedure" entity-name="ESADCustomsProcedureType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadcustomsprocedurety_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutGoodsTypeImpl" entity-name="ESADoutGoodsType" abstract="false" lazy="false" extends="ESADGoodsType" table="`esadoutgoodstype`"> |
| <meta attribute="eclassName">ESADoutGoodsType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`esadgoodstype_e_id`"/> |
| </key> |
| <many-to-one name="eSADoutPresentedDocument" entity-name="ESADoutPresentedDocumentsType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutpresenteddocume_id`"/> |
| </many-to-one> |
| <list name="eSADoutPrecedingDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutgoodstype_esado_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutgoodstype_esad_idx`"/> |
| <one-to-many entity-name="ESADPrecedingDocumentType"/> |
| </list> |
| <list name="eSADoutCustomsPaymentCalculation" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutgoodstype_esado_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutgoodstype_esad_idx`"/> |
| <one-to-many entity-name="ESADCustomsPaymentCalculationType"/> |
| </list> |
| <list name="eSADoutContractList" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutgoodstype_esado_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutgoodstype_esad_idx`"/> |
| <one-to-many entity-name="ESADContractListType"/> |
| </list> |
| <list name="eSADoutGoodsAutomobile" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutgoodstype_esado_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutgoodstype_esad_idx`"/> |
| <one-to-many entity-name="ESADAutomobileType"/> |
| </list> |
| <many-to-one name="eSADoutGoodsOrganization" entity-name="ESADoutConsignorType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadoutconsignortype_e_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADLoadingPlaceTypeImpl" entity-name="ESADLoadingPlaceType" abstract="false" lazy="false" table="`esadloadingplacetype`"> |
| <meta attribute="eclassName">ESADLoadingPlaceType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="informationTypeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`informationtypecode`" length="2"/> |
| </property> |
| <many-to-one name="loadingPlaceWarehouse" entity-name="LoadingPlaceWarehouseType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`loadingplacewarehouset_id`"/> |
| </many-to-one> |
| <many-to-one name="loadingPlaseConsignee" entity-name="LoadingPlaseConsigneeType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`loadingplaseconsigneet_id`"/> |
| </many-to-one> |
| <list name="loadingPlaceOther" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadloadingplacetype_l_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadloadingplacetype__idx`"/> |
| <one-to-many entity-name="LoadingPlaceOtherType"/> |
| </list> |
| </class> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutLoadingPlaceTypeImpl" entity-name="ESADoutLoadingPlaceType" abstract="false" lazy="false" extends="ESADLoadingPlaceType" table="`esadoutloadingplacetype`"> |
| <meta attribute="eclassName">ESADoutLoadingPlaceType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`esadloadingplacetype_e_id`"/> |
| </key> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADContractCostTypeImpl" entity-name="ESADContractCostType" abstract="false" lazy="false" table="`esadcontractcosttype`"> |
| <meta attribute="eclassName">ESADContractCostType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="contractCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`contractcurrencycode`" length="3"/> |
| </property> |
| <property name="contractCurrencyRate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`contractcurrencyrate`" precision="11" scale="4"/> |
| </property> |
| <property name="currencyRateDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`currencyratedate`"/> |
| </property> |
| <property name="totalInvoiceAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totalinvoiceamount`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADMainContractTermsTypeImpl" entity-name="ESADMainContractTermsType" abstract="false" lazy="false" extends="ESADContractCostType" table="`esadmaincontracttermstype`"> |
| <meta attribute="eclassName">ESADMainContractTermsType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`esadcontractcosttype_e_id`"/> |
| </key> |
| <property name="tradeCountryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`tradecountrycode`"/> |
| </property> |
| <property name="additionalFinancialData" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`additionalfinancialdata`" length="250"/> |
| </property> |
| <many-to-one name="eSADDeliveryTerms" entity-name="DeliveryTermsType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`deliverytermstype_esad_id`"/> |
| </many-to-one> |
| <list name="financialDocuments" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadmaincontracttermst_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadmaincontractterms_idx`"/> |
| <one-to-many entity-name="FinancialDocumentsType"/> |
| </list> |
| <many-to-one name="bankOrganization" entity-name="BankOrganizationType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`bankorganizationtype_b_id`"/> |
| </many-to-one> |
| <many-to-one name="dealFeatures" entity-name="DealFeaturesType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`dealfeaturestype_dealf_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutMainContractTermsTypeImpl" entity-name="ESADoutMainContractTermsType" abstract="false" lazy="false" extends="ESADMainContractTermsType" table="`esadoutmaincontracttermst`"> |
| <meta attribute="eclassName">ESADoutMainContractTermsType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`esadmaincontracttermst_id`"/> |
| </key> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.PaymentDocumentTypeImpl" entity-name="PaymentDocumentType" abstract="false" lazy="false" table="`paymentdocumenttype`"> |
| <meta attribute="eclassName">PaymentDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="paymentModeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`paymentmodecode`" length="2"/> |
| </property> |
| <property name="paymentDocumentNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`paymentdocumentnumber`" length="50"/> |
| </property> |
| <property name="paymentDocumentDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`paymentdocumentdate`"/> |
| </property> |
| <property name="totalAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totalamount`" precision="16" scale="2"/> |
| </property> |
| <property name="writtenoffAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`writtenoffamount`" precision="16" scale="2"/> |
| </property> |
| <property name="paymentCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`paymentcurrencycode`"/> |
| </property> |
| <property name="writtenoffAmountCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`writtenoffamountcurrency"/> |
| </property> |
| <property name="returnSign" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`returnsign`" precision="1" scale="0"/> |
| </property> |
| <property name="iNNID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`innid`" length="12"/> |
| </property> |
| <property name="kPPCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`kppcode`"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutPaymentDocumentsTypeImpl" entity-name="ESADoutPaymentDocumentsType" abstract="false" lazy="false" extends="PaymentDocumentType" table="`esadoutpaymentdocumentsty`"> |
| <meta attribute="eclassName">ESADoutPaymentDocumentsType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`paymentdocumenttype_e_id`"/> |
| </key> |
| </joined-subclass> |
| <class name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutPaymentsTypeImpl" entity-name="ESADoutPaymentsType" abstract="false" lazy="false" table="`esadoutpaymentstype`"> |
| <meta attribute="eclassName">ESADoutPaymentsType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <list name="eSADoutCustomsPayment" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutpaymentstype_es_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutpaymentstype_e_idx`"/> |
| <one-to-many entity-name="ESADCustomsPaymentsType"/> |
| </list> |
| <list name="eSADPaymentDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutpaymentstype_es_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutpaymentstype_e_idx`"/> |
| <one-to-many entity-name="ESADoutPaymentDocumentsType"/> |
| </list> |
| </class> |
| <class name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutPresentedDocumentsTypeImpl" entity-name="ESADoutPresentedDocumentsType" abstract="false" lazy="false" table="`esadoutpresenteddocuments`"> |
| <meta attribute="eclassName">ESADoutPresentedDocumentsType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <list name="eSADoutBasicPresentedDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutpresenteddocume_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutpresenteddocum_idx`"/> |
| <one-to-many entity-name="ESADBasicPresentedDocumentType"/> |
| </list> |
| <list name="paymentPrivilegeDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutpresenteddocume_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutpresenteddocum_idx`"/> |
| <one-to-many entity-name="PaymentPrivilegeDocumentType"/> |
| </list> |
| <list name="paymentGuaranteeDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutpresenteddocume_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutpresenteddocum_idx`"/> |
| <one-to-many entity-name="PaymentGuaranteeDocumentType"/> |
| </list> |
| <list name="exciseDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutpresenteddocume_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutpresenteddocum_idx`"/> |
| <one-to-many entity-name="ExciseDocumentType"/> |
| </list> |
| <list name="economicAreaDocuments" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutpresenteddocume_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutpresenteddocum_idx`"/> |
| <one-to-many entity-name="EconomicAreaDocumentsType"/> |
| </list> |
| <list name="warehouseDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutpresenteddocume_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutpresenteddocum_idx`"/> |
| <one-to-many entity-name="WarehouseDocumentType"/> |
| </list> |
| <list name="processingDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutpresenteddocume_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutpresenteddocum_idx`"/> |
| <one-to-many entity-name="ProcessingDocumentType"/> |
| </list> |
| <list name="reimportDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutpresenteddocume_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutpresenteddocum_idx`"/> |
| <one-to-many entity-name="ReimportDocumentType"/> |
| </list> |
| </class> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutPrincipalTypeImpl" entity-name="ESADoutPrincipalType" abstract="false" lazy="false" extends="ESADOrganizationType" table="`esadoutprincipaltype`"> |
| <meta attribute="eclassName">ESADoutPrincipalType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`esadorganizationtype_e_id`"/> |
| </key> |
| <list name="eSADPrincipalRepresentative" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadoutprincipaltype_e_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadoutprincipaltype__idx`"/> |
| <one-to-many entity-name="ESADPrincipalRepresentativeType"/> |
| </list> |
| </joined-subclass> |
| <class name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutRussianOrganizationTypeImpl" entity-name="ESADoutRussianOrganizationType" abstract="false" lazy="false" table="`esadoutrussianorganizatio`"> |
| <meta attribute="eclassName">ESADoutRussianOrganizationType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| </class> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.BaseDocTypeImpl" entity-name="BaseDocType" abstract="false" lazy="false" table="`basedoctype`"> |
| <meta attribute="eclassName">BaseDocType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="documentID" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`documentid`" length="36"/> |
| </property> |
| <property name="refDocumentID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`refdocumentid`" length="36"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESADoutTypeImpl" entity-name="ESADoutType" abstract="false" lazy="false" extends="BaseDocType" table="`esadouttype`"> |
| <meta attribute="eclassName">ESADoutType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`basedoctype_e_id`"/> |
| </key> |
| <property name="customsProcedure" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`customsprocedure`" length="3"/> |
| </property> |
| <property name="customsModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`customsmodecode`" precision="1" scale="0"/> |
| </property> |
| <property name="transitDirectionCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transitdirectioncode`" length="2"/> |
| </property> |
| <property name="declarationKind" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`declarationkind`" length="3"/> |
| </property> |
| <property name="sDSSRV" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`sdssrv`" length="4"/> |
| </property> |
| <property name="sDSNUM" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`sdsnum`" precision="10"/> |
| </property> |
| <property name="cOMPLECTBL" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`complectbl`" length="1"/> |
| </property> |
| <property name="g0131" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`g0131`" length="3"/> |
| </property> |
| <many-to-one name="eSADoutGoodsShipment" entity-name="ESADoutGoodsShipmentType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`esadoutgoodsshipmentty_id`"/> |
| </many-to-one> |
| <property name="documentModeID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`documentmodeid`" length="30"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.ESAoutDepartureArrivalTransportTypeImpl" entity-name="ESAoutDepartureArrivalTransportType" abstract="false" lazy="false" table="`esaoutdeparturearrivaltra`"> |
| <meta attribute="eclassName">ESAoutDepartureArrivalTransportType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <list name="transportModeCode" table="`esaoutd_transportmodecode`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esaoutdeparturearrival_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`esaoutdeparturearriva_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <property name="transportNationalityCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transportnationalitycode"/> |
| </property> |
| <list name="transportMeans" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esaoutdeparturearrival_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esaoutdeparturearriva_idx`"/> |
| <one-to-many entity-name="TransportMeansType"/> |
| </list> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.TransportMeansBaseTypeImpl" entity-name="TransportMeansBaseType" abstract="false" lazy="false" table="`transportmeansbasetype`"> |
| <meta attribute="eclassName">TransportMeansBaseType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="transportIdentifier" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transportidentifier`" length="40"/> |
| </property> |
| <property name="trailerIdentifier" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`traileridentifier`" length="40"/> |
| </property> |
| <property name="secondTrailerIdentifier" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`secondtraileridentifier`" length="40"/> |
| </property> |
| <property name="transportModeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transportmodecode`" length="2"/> |
| </property> |
| <property name="transportMeansNationalityCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transportmeansnationalit"/> |
| </property> |
| <property name="transportTraditionalName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transporttraditionalname`" length="100"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.information.customs.documents.esa.dout._3._0._1.impl.TransportMeansTypeImpl" entity-name="TransportMeansType" abstract="false" lazy="false" extends="TransportMeansBaseType" table="`transportmeanstype`"> |
| <meta attribute="eclassName">TransportMeansType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:ESADout:3.0.1</meta> |
| <key> |
| <column name="`transportmeansbasetype_id`"/> |
| </key> |
| <property name="containerIndicator" lazy="false" insert="true" update="true" not-null="false" unique="false" type="boolean"> |
| <column not-null="false" unique="false" name="`containerindicator`"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.AddressTypeImpl" entity-name="AddressType" abstract="false" lazy="false" table="`addresstype`"> |
| <meta attribute="eclassName">AddressType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="postalCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`postalcode`" length="9"/> |
| </property> |
| <property name="countryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`countrycode`"/> |
| </property> |
| <property name="counryName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`counryname`" length="35"/> |
| </property> |
| <property name="region" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`region`" length="35"/> |
| </property> |
| <property name="city" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`city`" length="35"/> |
| </property> |
| <property name="streetHouse" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`streethouse`" length="35"/> |
| </property> |
| </class> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.DocumentBaseTypeImpl" entity-name="DocumentBaseType" abstract="false" lazy="false" table="`documentbasetype`"> |
| <meta attribute="eclassName">DocumentBaseType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="prDocumentName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`prdocumentname`" length="250"/> |
| </property> |
| <property name="prDocumentNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`prdocumentnumber`" length="50"/> |
| </property> |
| <property name="prDocumentDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`prdocumentdate`"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.common.aggregate.types._3._0._1.impl.AuthoritesDocumentTypeImpl" entity-name="AuthoritesDocumentType" abstract="false" lazy="false" extends="DocumentBaseType" table="`authoritesdocumenttype`"> |
| <meta attribute="eclassName">AuthoritesDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`documentbasetype_e_id`"/> |
| </key> |
| <property name="complationAuthorityDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`complationauthoritydate`"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.AutomobileBaseTypeImpl" entity-name="AutomobileBaseType" abstract="false" lazy="false" table="`automobilebasetype`"> |
| <meta attribute="eclassName">AutomobileBaseType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="model" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`model`" length="100"/> |
| </property> |
| <property name="mark" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`mark`" length="20"/> |
| </property> |
| <property name="markCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`markcode`" length="3"/> |
| </property> |
| <property name="offtakeYear" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`offtakeyear`"/> |
| </property> |
| <property name="engineVolumeQuanity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`enginevolumequanity`" precision="6" scale="0"/> |
| </property> |
| <property name="vINID" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`vinid`" length="20"/> |
| </property> |
| <property name="bodyID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`bodyid`" length="20"/> |
| </property> |
| <property name="engineID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`engineid`" length="25"/> |
| </property> |
| <property name="chassisID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`chassisid`" length="20"/> |
| </property> |
| </class> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.BankInformationTypeImpl" entity-name="BankInformationType" abstract="false" lazy="false" table="`bankinformationtype`"> |
| <meta attribute="eclassName">BankInformationType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="bankAccount" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`bankaccount`"/> |
| </property> |
| <property name="bankAccountDescription" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`bankaccountdescription`" length="250"/> |
| </property> |
| <property name="bankName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`bankname`" length="150"/> |
| </property> |
| <property name="bankMFO" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`bankmfo`" length="30"/> |
| </property> |
| </class> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.CustomsPersonTypeImpl" entity-name="CustomsPersonType" abstract="false" lazy="false" table="`customspersontype`"> |
| <meta attribute="eclassName">CustomsPersonType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="personName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`personname`" length="150"/> |
| </property> |
| <property name="lNP" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`lnp`" length="4"/> |
| </property> |
| </class> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.CustomsTypeImpl" entity-name="CustomsType" abstract="false" lazy="false" table="`customstype`"> |
| <meta attribute="eclassName">CustomsType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="code" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`code`"/> |
| </property> |
| <property name="officeName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`officename`" length="50"/> |
| </property> |
| </class> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.DeliveryTermsTypeImpl" entity-name="DeliveryTermsType" abstract="false" lazy="false" table="`deliverytermstype`"> |
| <meta attribute="eclassName">DeliveryTermsType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="deliveryPlace" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`deliveryplace`" length="40"/> |
| </property> |
| <property name="deliveryTermsStringCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`deliverytermsstringcode`"/> |
| </property> |
| </class> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.GoodsBaseTypeImpl" entity-name="GoodsBaseType" abstract="false" lazy="false" table="`goodsbasetype`"> |
| <meta attribute="eclassName">GoodsBaseType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="goodsNumeric" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`goodsnumeric`" precision="5"/> |
| </property> |
| <property name="goodsTNVEDCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodstnvedcode`"/> |
| </property> |
| <list name="goodsDescription" table="`goodsbas_goodsdescription`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`goodsbasetype_goodsdes_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`goodsbasetype_goodsde_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <property name="grossWeightQuantity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`grossweightquantity`" precision="19" scale="6"/> |
| </property> |
| <property name="netWeightQuantity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`netweightquantity`" precision="19" scale="6"/> |
| </property> |
| </class> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.GTDIDTypeImpl" entity-name="GTDIDType" abstract="false" lazy="false" table="`gtdidtype`"> |
| <meta attribute="eclassName">GTDIDType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="customsCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`customscode`"/> |
| </property> |
| <property name="registrationDate" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`registrationdate`"/> |
| </property> |
| <property name="gTDNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`gtdnumber`" length="7"/> |
| </property> |
| </class> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.IdentityCardTypeImpl" entity-name="IdentityCardType" abstract="false" lazy="false" table="`identitycardtype`"> |
| <meta attribute="eclassName">IdentityCardType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="identityCardCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`identitycardcode`"/> |
| </property> |
| <property name="identityCardName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`identitycardname`" length="6"/> |
| </property> |
| <property name="identityCardSeries" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`identitycardseries`" length="11"/> |
| </property> |
| <property name="identityCardNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`identitycardnumber`" length="25"/> |
| </property> |
| <property name="identityCardDate" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`identitycarddate`"/> |
| </property> |
| <property name="organizationName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`organizationname`" length="150"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.common.aggregate.types._3._0._1.impl.OrganizationTypeImpl" entity-name="OrganizationType" abstract="false" lazy="false" extends="OrganizationBaseType" table="`organizationtype`"> |
| <meta attribute="eclassName">OrganizationType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`organizationbasetype_e_id`"/> |
| </key> |
| <property name="phone" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`phone`" length="24"/> |
| </property> |
| <property name="fax" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`fax`" length="24"/> |
| </property> |
| <property name="telex" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`telex`" length="24"/> |
| </property> |
| <property name="oKPOID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`okpoid`" length="10"/> |
| </property> |
| <property name="oKATOCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`okatocode`"/> |
| </property> |
| <list name="bankInformation" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`organizationtype_banki_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`organizationtype_bank_idx`"/> |
| <one-to-many entity-name="BankInformationType"/> |
| </list> |
| <many-to-one name="address" entity-name="AddressType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`addresstype_address_e_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.PersonBaseTypeImpl" entity-name="PersonBaseType" abstract="false" lazy="false" table="`personbasetype`"> |
| <meta attribute="eclassName">PersonBaseType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="personName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`personname`" length="150"/> |
| </property> |
| <property name="personPost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`personpost`" length="50"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.common.aggregate.types._3._0._1.impl.PersonSignatureTypeImpl" entity-name="PersonSignatureType" abstract="false" lazy="false" extends="PersonBaseType" table="`personsignaturetype`"> |
| <meta attribute="eclassName">PersonSignatureType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`personbasetype_e_id`"/> |
| </key> |
| <property name="issueDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`issuedate`"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.common.aggregate.types._3._0._1.impl.TransportMeansPassportTypeImpl" entity-name="TransportMeansPassportType" abstract="false" lazy="false" table="`transportmeanspassporttyp`"> |
| <meta attribute="eclassName">TransportMeansPassportType</meta> |
| <meta attribute="epackage">urn:customs.ru:CommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="series" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`series`"/> |
| </property> |
| <property name="pTSNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`ptsnumber`"/> |
| </property> |
| <property name="regionCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`regioncode`"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.AutoMotoParametersTypeImpl" entity-name="AutoMotoParametersType" abstract="false" lazy="false" table="`automotoparameterstype`"> |
| <meta attribute="eclassName">AutoMotoParametersType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="model" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`model`" length="100"/> |
| </property> |
| <property name="mark" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`mark`" length="20"/> |
| </property> |
| <property name="productionYear" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`productionyear`"/> |
| </property> |
| <property name="distance" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`distance`" precision="8"/> |
| </property> |
| <property name="distanceUnit" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`distanceunit`" length="1"/> |
| </property> |
| <property name="engineNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`enginenumber`" length="25"/> |
| </property> |
| <property name="carriageNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`carriagenumber`" length="20"/> |
| </property> |
| <property name="color" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`color`"/> |
| </property> |
| <property name="transmission" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transmission`" length="1"/> |
| </property> |
| <property name="numberOfWheel" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`numberofwheel`" precision="2"/> |
| </property> |
| <property name="numberOfDriveWheel" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`numberofdrivewheel`" precision="2"/> |
| </property> |
| <property name="elGlassLift" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`elglasslift`" length="1"/> |
| </property> |
| <property name="radioDevice" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`radiodevice`" length="1"/> |
| </property> |
| <property name="radioDeviceDescr" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`radiodevicedescr`" length="250"/> |
| </property> |
| <property name="seatHeating" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`seatheating`" precision="2"/> |
| </property> |
| <property name="numberOfSeat" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`numberofseat`" precision="2"/> |
| </property> |
| <property name="aBS" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`abs`" length="1"/> |
| </property> |
| <property name="bortComputer" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`bortcomputer`" length="1"/> |
| </property> |
| <property name="signalization" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`signalization`" length="1"/> |
| </property> |
| <list name="addonDevice" table="`automotoparam_addondevice`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`automotoparameterstype_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`automotoparameterstyp_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <list name="tuning" table="`automotoparameters_tuning`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`automotoparameterstype_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`automotoparameterstyp_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <list name="visDamage" table="`automotoparamet_visdamage`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`automotoparameterstype_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`automotoparameterstyp_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <list name="other" table="`automotoparameterst_other`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`automotoparameterstype_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`automotoparameterstyp_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.AutoInspResultsTypeImpl" entity-name="AutoInspResultsType" abstract="false" lazy="false" extends="AutoMotoParametersType" table="`autoinspresultstype`"> |
| <meta attribute="eclassName">AutoInspResultsType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`automotoparameterstype_id`"/> |
| </key> |
| <property name="autoKind" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`autokind`" length="1"/> |
| </property> |
| <property name="engineVolume" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`enginevolume`" precision="5"/> |
| </property> |
| <property name="engineKind" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`enginekind`" length="1"/> |
| </property> |
| <property name="lightDisk" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`lightdisk`" precision="2"/> |
| </property> |
| <property name="gUR" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`gur`" length="1"/> |
| </property> |
| <property name="elUR" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`elur`" length="1"/> |
| </property> |
| <property name="airBag" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`airbag`" precision="2"/> |
| </property> |
| <property name="elBackGlass" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`elbackglass`" length="1"/> |
| </property> |
| <property name="elHeatingGlass" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`elheatingglass`" length="1"/> |
| </property> |
| <property name="conditioner" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`conditioner`" length="1"/> |
| </property> |
| <property name="upholstery" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`upholstery`" length="250"/> |
| </property> |
| <list name="svetDevice" table="`autoinspresult_svetdevice`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`autoinspresultstype_sv_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`autoinspresultstype_s_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <property name="numberOfHatch" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`numberofhatch`" precision="2"/> |
| </property> |
| <property name="telefon" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`telefon`" precision="2"/> |
| </property> |
| <property name="centrLock" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`centrlock`" length="1"/> |
| </property> |
| <property name="salonWindow" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`salonwindow`" precision="2"/> |
| </property> |
| <property name="distanceControl" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`distancecontrol`" length="1"/> |
| </property> |
| <property name="parktronic" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`parktronic`" length="1"/> |
| </property> |
| <property name="fireExten" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`fireexten`" length="1"/> |
| </property> |
| <property name="parkHeating" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`parkheating`" length="1"/> |
| </property> |
| <property name="pnevmoDevice" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`pnevmodevice`" length="1"/> |
| </property> |
| <property name="broneClass" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`broneclass`" length="1"/> |
| </property> |
| <property name="regCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`regcode`" length="10"/> |
| </property> |
| <list name="hatch" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`autoinspresultstype_ha_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`autoinspresultstype_h_idx`"/> |
| <one-to-many entity-name="HatchType"/> |
| </list> |
| <many-to-one name="bodyInf" entity-name="BodyInfType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`bodyinftype_bodyinf_e_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.BankOrganizationTypeImpl" entity-name="BankOrganizationType" abstract="false" lazy="false" table="`bankorganizationtype`"> |
| <meta attribute="eclassName">BankOrganizationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="iNN" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`inn`" length="12"/> |
| </property> |
| <property name="oKPO" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`okpo`" length="10"/> |
| </property> |
| <property name="bankName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`bankname`" length="150"/> |
| </property> |
| <property name="organizationKind" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`organizationkind`" length="1"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.BodyInfTypeImpl" entity-name="BodyInfType" abstract="false" lazy="false" table="`bodyinftype`"> |
| <meta attribute="eclassName">BodyInfType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="bodyNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`bodynumber`" length="20"/> |
| </property> |
| <property name="bodyKind" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`bodykind`" length="2"/> |
| </property> |
| <property name="doorsNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`doorsnumber`" precision="2"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.BranchDescriptionTypeImpl" entity-name="BranchDescriptionType" abstract="false" lazy="false" table="`branchdescriptiontype`"> |
| <meta attribute="eclassName">BranchDescriptionType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="organizationName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`organizationname`" length="150"/> |
| </property> |
| <property name="kPP" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`kpp`"/> |
| </property> |
| <many-to-one name="address" entity-name="AddressType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`addresstype_address_e_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.CarInformationTypeImpl" entity-name="CarInformationType" abstract="false" lazy="false" table="`carinformationtype`"> |
| <meta attribute="eclassName">CarInformationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="arriveType" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`arrivetype`" length="1"/> |
| </property> |
| <property name="vINID" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`vinid`" length="20"/> |
| </property> |
| <many-to-one name="autoInspResults" entity-name="AutoInspResultsType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`autoinspresultstype_au_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ConformanceCertificateTypeImpl" entity-name="ConformanceCertificateType" abstract="false" lazy="false" table="`conformancecertificatetyp`"> |
| <meta attribute="eclassName">ConformanceCertificateType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="documentID" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`documentid`" length="36"/> |
| </property> |
| <property name="issueDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`issuedate`"/> |
| </property> |
| <property name="organizationName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`organizationname`" length="150"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ContainerNumberTypeImpl" entity-name="ContainerNumberType" abstract="false" lazy="false" table="`containernumbertype`"> |
| <meta attribute="eclassName">ContainerNumberType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="containerIdentificaror" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`containeridentificaror`" length="17"/> |
| </property> |
| <property name="fullIndicator" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`fullindicator`" length="1"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.CustomConditionDocumentsTypeImpl" entity-name="CustomConditionDocumentsType" abstract="false" lazy="false" extends="DocumentBaseType" table="`customconditiondocumentst`"> |
| <meta attribute="eclassName">CustomConditionDocumentsType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`documentbasetype_e_id`"/> |
| </key> |
| <property name="lineNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`linenumber`" precision="2"/> |
| </property> |
| <property name="subLineNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`sublinenumber`" length="2"/> |
| </property> |
| <property name="documentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`documentmodecode`" length="4"/> |
| </property> |
| <property name="informationCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`informationcode`" length="2"/> |
| </property> |
| <property name="periodDate" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`perioddate`"/> |
| </property> |
| <property name="conditionDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`conditiondate`"/> |
| </property> |
| <property name="saleDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`saledate`"/> |
| </property> |
| <property name="presentingDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`presentingdate`"/> |
| </property> |
| <property name="goodsStatus" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodsstatus`" length="1"/> |
| </property> |
| <property name="repairStatus" lazy="false" insert="true" update="true" not-null="false" unique="false" type="boolean"> |
| <column not-null="false" unique="false" name="`repairstatus`"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.CustomsBrokerTypeImpl" entity-name="CustomsBrokerType" abstract="false" lazy="false" table="`customsbrokertype`"> |
| <meta attribute="eclassName">CustomsBrokerType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="documentModeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`documentmodecode`" length="1"/> |
| </property> |
| <property name="certificateNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`certificatenumber`" length="50"/> |
| </property> |
| <property name="issueCertificateDate" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`issuecertificatedate`"/> |
| </property> |
| <property name="agreementNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`agreementnumber`" length="50"/> |
| </property> |
| <property name="conclusionAgreementDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`conclusionagreementdate`"/> |
| </property> |
| <property name="iNNID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`innid`" length="12"/> |
| </property> |
| <property name="kPPCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`kppcode`"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.CustomsPaymentCalculationTypeImpl" entity-name="CustomsPaymentCalculationType" abstract="false" lazy="false" table="`customspaymentcalculation`"> |
| <meta attribute="eclassName">CustomsPaymentCalculationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="customsPaymentSign" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`customspaymentsign`" length="1"/> |
| </property> |
| <property name="paymentModeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`paymentmodecode`" length="2"/> |
| </property> |
| <property name="paymentAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`paymentamount`" precision="16" scale="2"/> |
| </property> |
| <property name="paymentCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`paymentcurrencycode`"/> |
| </property> |
| <property name="taxBase" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`taxbase`" precision="19" scale="6"/> |
| </property> |
| <property name="taxBaseCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`taxbasecurrencycode`"/> |
| </property> |
| <property name="rate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`rate`" precision="12" scale="5"/> |
| </property> |
| <property name="rateTypeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`ratetypecode`" length="1"/> |
| </property> |
| <property name="rateCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`ratecurrencycode`"/> |
| </property> |
| <property name="rateTNVEDQualifierCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`ratetnvedqualifiercode`" length="3"/> |
| </property> |
| <property name="weightingFactor" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`weightingfactor`" precision="9" scale="3"/> |
| </property> |
| <property name="additionalRateSign" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`additionalratesign`" precision="1" scale="0"/> |
| </property> |
| <property name="paymentWayCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`paymentwaycode`" length="2"/> |
| </property> |
| <property name="comparisonOperationsSign" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`comparisonoperationssign`" precision="1" scale="0"/> |
| </property> |
| <property name="rate2" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`rate2`" precision="12" scale="5"/> |
| </property> |
| <property name="rateTypeCode2" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`ratetypecode2`" length="1"/> |
| </property> |
| <property name="rateCurrencyCode2" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`ratecurrencycode2`"/> |
| </property> |
| <property name="rateTNVEDQualifierCode2" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`ratetnvedqualifiercode2`" length="3"/> |
| </property> |
| <property name="weightingFactor2" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`weightingfactor2`" precision="9" scale="3"/> |
| </property> |
| <property name="operationsSign" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`operationssign`" length="1"/> |
| </property> |
| <property name="rate3" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`rate3`" precision="12" scale="5"/> |
| </property> |
| <property name="rateTypeCode3" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`ratetypecode3`" length="1"/> |
| </property> |
| <property name="rateCurrencyCode3" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`ratecurrencycode3`"/> |
| </property> |
| <property name="rateTNVEDQualifierCode3" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`ratetnvedqualifiercode3`" length="3"/> |
| </property> |
| <property name="weightingFactor3" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`weightingfactor3`" precision="9" scale="3"/> |
| </property> |
| <property name="comparisonResult" lazy="false" insert="true" update="true" not-null="false" unique="false" type="boolean"> |
| <column not-null="false" unique="false" name="`comparisonresult`"/> |
| </property> |
| <property name="currencyUseDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`currencyusedate`"/> |
| </property> |
| <property name="rateUseDate" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`rateusedate`"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.CustomsPaymentTypeImpl" entity-name="CustomsPaymentType" abstract="false" lazy="false" table="`customspaymenttype`"> |
| <meta attribute="eclassName">CustomsPaymentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="customsPaymentSign" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`customspaymentsign`" length="1"/> |
| </property> |
| <property name="paymentModeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`paymentmodecode`" length="2"/> |
| </property> |
| <property name="paymentAmount" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`paymentamount`" precision="16" scale="2"/> |
| </property> |
| <property name="paymentCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`paymentcurrencycode`"/> |
| </property> |
| <property name="currencyRate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`currencyrate`" precision="11" scale="4"/> |
| </property> |
| <property name="paymentEnsuringModeCodeType" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`paymentensuringmodecodety`" length="2"/> |
| </property> |
| <property name="returnSign" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`returnsign`" precision="1" scale="0"/> |
| </property> |
| <property name="delayPaymentDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`delaypaymentdate`"/> |
| </property> |
| <property name="paymentParticularitySign" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`paymentparticularitysign`" length="1"/> |
| </property> |
| <property name="delayPremitNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`delaypremitnumber`" length="50"/> |
| </property> |
| <property name="delayPremitDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`delaypremitdate`"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.DealFeaturesTypeImpl" entity-name="DealFeaturesType" abstract="false" lazy="false" table="`dealfeaturestype`"> |
| <meta attribute="eclassName">DealFeaturesType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="paymentFormCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`paymentformcode`" precision="1" scale="0"/> |
| </property> |
| <property name="dealFeatureCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`dealfeaturecode`" precision="1" scale="0"/> |
| </property> |
| <property name="dealNatureCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`dealnaturecode`" length="2"/> |
| </property> |
| <property name="paymentFeature" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`paymentfeature`" precision="1" scale="0"/> |
| </property> |
| <property name="firstPaymentDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`firstpaymentdate`"/> |
| </property> |
| <property name="lastPaymentDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`lastpaymentdate`"/> |
| </property> |
| <property name="agreementCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`agreementcurrencycode`" length="3"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.DocumentDescriptionTypeImpl" entity-name="DocumentDescriptionType" abstract="false" lazy="false" table="`documentdescriptiontype`"> |
| <meta attribute="eclassName">DocumentDescriptionType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="position" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`position`" precision="3"/> |
| </property> |
| <property name="docCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`doccode`" length="4"/> |
| </property> |
| <property name="docName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`docname`" length="250"/> |
| </property> |
| <property name="suggDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`suggdate`"/> |
| </property> |
| <property name="note" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`note`" length="250"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.PresentedDocumentTypeImpl" entity-name="PresentedDocumentType" abstract="false" lazy="false" extends="DocumentBaseType" table="`presenteddocumenttype`"> |
| <meta attribute="eclassName">PresentedDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`documentbasetype_e_id`"/> |
| </key> |
| <property name="documentBeginActionsDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`documentbeginactionsdate"/> |
| </property> |
| <property name="documentEndActionsDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`documentendactionsdate`"/> |
| </property> |
| <property name="organizationName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`organizationname`" length="150"/> |
| </property> |
| <property name="presentingLackingDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`presentinglackingdate`"/> |
| </property> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.EconomicAreaDocumentsTypeImpl" entity-name="EconomicAreaDocumentsType" abstract="false" lazy="false" extends="PresentedDocumentType" table="`economicareadocumentstype`"> |
| <meta attribute="eclassName">EconomicAreaDocumentsType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`presenteddocumenttype__id`"/> |
| </key> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADAutomobileTypeImpl" entity-name="ESADAutomobileType" abstract="false" lazy="false" extends="AutomobileBaseType" table="`esadautomobiletype`"> |
| <meta attribute="eclassName">ESADAutomobileType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`automobilebasetype_e_id`"/> |
| </key> |
| <property name="identityCardNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`identitycardnumber`" length="50"/> |
| </property> |
| <property name="carCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`carcost`" precision="16" scale="2"/> |
| </property> |
| <property name="powerWeightQuanity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`powerweightquanity`" precision="9" scale="2"/> |
| </property> |
| <property name="passedKilometerQuantity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`passedkilometerquantity`" precision="8"/> |
| </property> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADBasicPresentedDocumentTypeImpl" entity-name="ESADBasicPresentedDocumentType" abstract="false" lazy="false" extends="PresentedDocumentType" table="`esadbasicpresenteddocumen`"> |
| <meta attribute="eclassName">ESADBasicPresentedDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`presenteddocumenttype__id`"/> |
| </key> |
| <property name="presentedDocumentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`presenteddocumentmodecode`" length="4"/> |
| </property> |
| <property name="lineNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`linenumber`" precision="2"/> |
| </property> |
| <property name="subLineNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`sublinenumber`" precision="2"/> |
| </property> |
| <property name="actNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`actnumber`" length="50"/> |
| </property> |
| <property name="actDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`actdate`"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADCommonOfficialMarkTypeImpl" entity-name="ESADCommonOfficialMarkType" abstract="false" lazy="false" table="`esadcommonofficialmarktyp`"> |
| <meta attribute="eclassName">ESADCommonOfficialMarkType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="gRNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`grnumber`" length="2"/> |
| </property> |
| <property name="stageMarkIdentifier" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`stagemarkidentifier`" length="1"/> |
| </property> |
| <property name="noteMarkIdentifier" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`notemarkidentifier`" length="2"/> |
| </property> |
| <property name="informationTypeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`informationtypecode`" length="2"/> |
| </property> |
| <property name="markDescription" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`markdescription`" length="50"/> |
| </property> |
| <property name="dateInf" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`dateinf`"/> |
| </property> |
| <property name="timeInf" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`timeinf`"/> |
| </property> |
| <property name="amount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`amount`" precision="16" scale="2"/> |
| </property> |
| <property name="paymentTypeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`paymenttypecode`" length="2"/> |
| </property> |
| <property name="postponementProcent" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`postponementprocent`" scale="2"/> |
| </property> |
| <property name="code" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`code`" length="3"/> |
| </property> |
| <property name="currencyName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`currencyname`" length="17"/> |
| </property> |
| <property name="personName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`personname`" length="150"/> |
| </property> |
| <property name="lNP" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`lnp`" length="4"/> |
| </property> |
| <property name="goodsDevisionDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`goodsdevisiondate`"/> |
| </property> |
| <property name="goodsDevisionTime" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`goodsdevisiontime`"/> |
| </property> |
| <property name="deadline" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`deadline`"/> |
| </property> |
| <property name="customsCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`customscode`"/> |
| </property> |
| <property name="customsActionDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`customsactiondate`"/> |
| </property> |
| <property name="documentIndicator" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`documentindicator`" length="1"/> |
| </property> |
| <many-to-one name="documentInfo" entity-name="DocumentBaseType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`documentbasetype_docum_id`"/> |
| </many-to-one> |
| <many-to-one name="commonMarkOrganization" entity-name="OrganizationBaseType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`organizationbasetype_c_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADContainerTypeImpl" entity-name="ESADContainerType" abstract="false" lazy="false" table="`esadcontainertype`"> |
| <meta attribute="eclassName">ESADContainerType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="containerQuantity" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`containerquantity`" precision="8"/> |
| </property> |
| <list name="containerNumber" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadcontainertype_cont_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadcontainertype_con_idx`"/> |
| <one-to-many entity-name="ContainerNumberType"/> |
| </list> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADContractListTypeImpl" entity-name="ESADContractListType" abstract="false" lazy="false" table="`esadcontractlisttype`"> |
| <meta attribute="eclassName">ESADContractListType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="dealPassportNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`dealpassportnumber`" length="50"/> |
| </property> |
| <property name="contractNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`contractnumber`" length="50"/> |
| </property> |
| <property name="contractDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`contractdate`"/> |
| </property> |
| <property name="bankName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`bankname`" length="150"/> |
| </property> |
| <list name="supplyInformations" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadcontractlisttype_s_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadcontractlisttype__idx`"/> |
| <one-to-many entity-name="SupplyInformationsType"/> |
| </list> |
| <list name="additionalContract" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadcontractlisttype_a_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadcontractlisttype__idx`"/> |
| <one-to-many entity-name="DocumentBaseType"/> |
| </list> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADCurrencyQuotaTypeImpl" entity-name="ESADCurrencyQuotaType" abstract="false" lazy="false" table="`esadcurrencyquotatype`"> |
| <meta attribute="eclassName">ESADCurrencyQuotaType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="quotaCurrencyQuantity" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`quotacurrencyquantity`" precision="19" scale="6"/> |
| </property> |
| <property name="quotaCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`quotacurrencycode`"/> |
| </property> |
| <property name="quotaCurrencyName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`quotacurrencyname`" length="17"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADCustomsPaymentCalculationTypeImpl" entity-name="ESADCustomsPaymentCalculationType" abstract="false" lazy="false" extends="CustomsPaymentCalculationType" table="`esadcustomspaymentcalcula`"> |
| <meta attribute="eclassName">ESADCustomsPaymentCalculationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`customspaymentcalculat_id`"/> |
| </key> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADCustomsPaymentsTypeImpl" entity-name="ESADCustomsPaymentsType" abstract="false" lazy="false" extends="CustomsPaymentType" table="`esadcustomspaymentstype`"> |
| <meta attribute="eclassName">ESADCustomsPaymentsType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`customspaymenttype_e_id`"/> |
| </key> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADCustomsProcedureTypeImpl" entity-name="ESADCustomsProcedureType" abstract="false" lazy="false" table="`esadcustomsproceduretype`"> |
| <meta attribute="eclassName">ESADCustomsProcedureType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="mainCustomsModeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`maincustomsmodecode`"/> |
| </property> |
| <property name="precedingCustomsModeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`precedingcustomsmodecode"/> |
| </property> |
| <property name="goodsTransferFeature" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`goodstransferfeature`"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADDecisionTypeImpl" entity-name="ESADDecisionType" abstract="false" lazy="false" table="`esaddecisiontype`"> |
| <meta attribute="eclassName">ESADDecisionType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="decisionCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`decisioncode`" length="2"/> |
| </property> |
| <property name="dateInf" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`dateinf`"/> |
| </property> |
| <property name="timeInf" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`timeinf`"/> |
| </property> |
| <property name="lNP" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`lnp`" length="4"/> |
| </property> |
| <property name="foundation" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`foundation`" length="150"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADDriverInformationTypeImpl" entity-name="ESADDriverInformationType" abstract="false" lazy="false" extends="PersonBaseType" table="`esaddriverinformationtype`"> |
| <meta attribute="eclassName">ESADDriverInformationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`personbasetype_e_id`"/> |
| </key> |
| <many-to-one name="identityCard" entity-name="IdentityCardType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`identitycardtype_ident_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADElectricalEnergyQuantityTypeImpl" entity-name="ESADElectricalEnergyQuantityType" abstract="false" lazy="false" table="`esadelectricalenergyquant`"> |
| <meta attribute="eclassName">ESADElectricalEnergyQuantityType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="tariffZoneName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`tariffzonename`" length="250"/> |
| </property> |
| <property name="textID" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`textid`" precision="3"/> |
| </property> |
| <property name="description" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`description`" length="250"/> |
| </property> |
| <property name="qualifierCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`qualifiercode`" length="3"/> |
| </property> |
| <property name="qualifierName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`qualifiername`" length="13"/> |
| </property> |
| <property name="transferEnergyQuantity" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`transferenergyquantity`" precision="19" scale="6"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADExciseTypeImpl" entity-name="ESADExciseType" abstract="false" lazy="false" table="`esadexcisetype`"> |
| <meta attribute="eclassName">ESADExciseType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="exciseSerieses" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`exciseserieses`" length="9"/> |
| </property> |
| <property name="exciseFirstNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`excisefirstnumber`" precision="8" scale="0"/> |
| </property> |
| <property name="exciseLastNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`exciselastnumber`" precision="8" scale="0"/> |
| </property> |
| <property name="exciseQuantity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`excisequantity`" precision="8"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADFilledPersonTypeImpl" entity-name="ESADFilledPersonType" abstract="false" lazy="false" extends="PersonBaseType" table="`esadfilledpersontype`"> |
| <meta attribute="eclassName">ESADFilledPersonType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`personbasetype_e_id`"/> |
| </key> |
| <list name="contactPhone" table="`esadfilledpe_contactphone`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadfilledpersontype_c_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`esadfilledpersontype__idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <many-to-one name="authoritesDocument" entity-name="AuthoritesDocumentType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`authoritesdocumenttype_id`"/> |
| </many-to-one> |
| <many-to-one name="identityCard" entity-name="IdentityCardType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`identitycardtype_ident_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADGoodsOfficialMarkTypeImpl" entity-name="ESADGoodsOfficialMarkType" abstract="false" lazy="false" table="`esadgoodsofficialmarktype`"> |
| <meta attribute="eclassName">ESADGoodsOfficialMarkType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="stageMarkIdentifier" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`stagemarkidentifier`" length="1"/> |
| </property> |
| <property name="noteMarkIdentifier" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`notemarkidentifier`" length="2"/> |
| </property> |
| <property name="informationTypeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`informationtypecode`" length="2"/> |
| </property> |
| <property name="markDescription" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`markdescription`" length="250"/> |
| </property> |
| <property name="dateInf" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`dateinf`"/> |
| </property> |
| <property name="timeInf" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`timeinf`"/> |
| </property> |
| <property name="personName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`personname`" length="150"/> |
| </property> |
| <property name="lNP" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`lnp`" length="4"/> |
| </property> |
| <property name="reqCompletionDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`reqcompletiondate`"/> |
| </property> |
| <property name="reqCompletionTime" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`reqcompletiontime`"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADGoodsPackagingTypeImpl" entity-name="ESADGoodsPackagingType" abstract="false" lazy="false" table="`esadgoodspackagingtype`"> |
| <meta attribute="eclassName">ESADGoodsPackagingType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="pakageQuantity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`pakagequantity`" precision="8" scale="0"/> |
| </property> |
| <property name="cargoCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`cargocode`" length="2"/> |
| </property> |
| <property name="cargoDescription" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`cargodescription`" length="150"/> |
| </property> |
| <property name="pakageTypeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`pakagetypecode`" length="1"/> |
| </property> |
| <list name="packingInformation" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadgoodspackagingtype_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadgoodspackagingtyp_idx`"/> |
| <one-to-many entity-name="PackingInformationType"/> |
| </list> |
| <list name="palleteInformation" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadgoodspackagingtype_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadgoodspackagingtyp_idx`"/> |
| <one-to-many entity-name="PalleteInformationType"/> |
| </list> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADGoodsQuotaTypeImpl" entity-name="ESADGoodsQuotaType" abstract="false" lazy="false" table="`esadgoodsquotatype`"> |
| <meta attribute="eclassName">ESADGoodsQuotaType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <many-to-one name="eSADCurrencyQuota" entity-name="ESADCurrencyQuotaType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadcurrencyquotatype__id`"/> |
| </many-to-one> |
| <many-to-one name="eSADProductQuantityQuota" entity-name="ESADProductQuantityQuotaType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadproductquantityquo_id`"/> |
| </many-to-one> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADOrganizationInTypeImpl" entity-name="ESADOrganizationInType" abstract="false" lazy="false" extends="OrganizationBaseType" table="`esadorganizationintype`"> |
| <meta attribute="eclassName">ESADOrganizationInType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`organizationbasetype_e_id`"/> |
| </key> |
| <property name="iTN" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`itn`"/> |
| </property> |
| <property name="oKATO" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`okato`"/> |
| </property> |
| <many-to-one name="address" entity-name="AddressType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`addresstype_address_e_id`"/> |
| </many-to-one> |
| <many-to-one name="identityCard" entity-name="IdentityCardType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`identitycardtype_ident_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.PrecedingDocumentTypeImpl" entity-name="PrecedingDocumentType" abstract="false" lazy="false" table="`precedingdocumenttype`"> |
| <meta attribute="eclassName">PrecedingDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="precedingDocumentID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`precedingdocumentid`"/> |
| </property> |
| <property name="precedingDocumentCustomsCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`precedingdocumentcustoms"/> |
| </property> |
| <property name="precedingDocumentDate" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`precedingdocumentdate`"/> |
| </property> |
| <property name="precedingDocumentNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`precedingdocumentnumber`" length="7"/> |
| </property> |
| <property name="precedingDocumentGoodsNumeric" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`precedingdocumentgoodsnum`" precision="5"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADPrecedingDocumentTypeImpl" entity-name="ESADPrecedingDocumentType" abstract="false" lazy="false" extends="PrecedingDocumentType" table="`esadprecedingdocumenttype`"> |
| <meta attribute="eclassName">ESADPrecedingDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`precedingdocumenttype__id`"/> |
| </key> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADPrincipalRepresentativeTypeImpl" entity-name="ESADPrincipalRepresentativeType" abstract="false" lazy="false" extends="PersonBaseType" table="`esadprincipalrepresentati`"> |
| <meta attribute="eclassName">ESADPrincipalRepresentativeType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`personbasetype_e_id`"/> |
| </key> |
| <many-to-one name="identityCard" entity-name="IdentityCardType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`identitycardtype_ident_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADProductQuantityQuotaTypeImpl" entity-name="ESADProductQuantityQuotaType" abstract="false" lazy="false" table="`esadproductquantityquotat`"> |
| <meta attribute="eclassName">ESADProductQuantityQuotaType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="quotaQuantity" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`quotaquantity`" precision="19" scale="6"/> |
| </property> |
| <property name="quotaMeasureUnitQualifierCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`quotameasureunitqualifier`" length="3"/> |
| </property> |
| <property name="quotaMeasurementName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`quotameasurementname`" length="13"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADReloadContainerTypeImpl" entity-name="ESADReloadContainerType" abstract="false" lazy="false" table="`esadreloadcontainertype`"> |
| <meta attribute="eclassName">ESADReloadContainerType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <list name="containerNumber" table="`esadreloa_containernumber`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadreloadcontainertyp_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`esadreloadcontainerty_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADReloadingInfoTypeImpl" entity-name="ESADReloadingInfoType" abstract="false" lazy="false" table="`esadreloadinginfotype`"> |
| <meta attribute="eclassName">ESADReloadingInfoType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="reloadCountryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`reloadcountrycode`"/> |
| </property> |
| <property name="reloadCountryName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`reloadcountryname`" length="40"/> |
| </property> |
| <property name="containerIndicator" lazy="false" insert="true" update="true" not-null="false" unique="false" type="boolean"> |
| <column not-null="false" unique="false" name="`containerindicator`"/> |
| </property> |
| <list name="reloadingTransportMeans" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadreloadinginfotype__id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`esadreloadinginfotype_idx`"/> |
| <one-to-many entity-name="TransportMeansBaseType"/> |
| </list> |
| <many-to-one name="reloadingCustomsOffice" entity-name="CustomsType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`customstype_reloadingc_id`"/> |
| </many-to-one> |
| <many-to-one name="reloadContainer" entity-name="ESADReloadContainerType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadreloadcontainertyp_id`"/> |
| </many-to-one> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADTransportMeanCardTypeImpl" entity-name="ESADTransportMeanCardType" abstract="false" lazy="false" extends="AutomobileBaseType" table="`esadtransportmeancardtype`"> |
| <meta attribute="eclassName">ESADTransportMeanCardType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`automobilebasetype_e_id`"/> |
| </key> |
| <property name="goodsNumeric" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`goodsnumeric`" precision="5"/> |
| </property> |
| <property name="goodsTNVEDCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodstnvedcode`"/> |
| </property> |
| <property name="tMSign" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`tmsign`" length="1"/> |
| </property> |
| <property name="exportA2CountryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`exporta2countrycode`"/> |
| </property> |
| <property name="exportN3CountryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`exportn3countrycode`"/> |
| </property> |
| <property name="transportMeansTypeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transportmeanstypecode`" length="2"/> |
| </property> |
| <property name="transportCategoryCode" lazy="false" not-null="false" insert="true" update="true" unique="false"> |
| <column not-null="false" unique="false" name="`transportcategorycode`"/> |
| <type name="org.eclipse.emf.teneo.hibernate.mapping.ENumUserType"> |
| <param name="enumClass">customs.ru.common.leaf.types._3._0._1.TransportCategoryCodeType</param> |
| </type> |
| </property> |
| <property name="seatsQuantity" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`seatsquantity`" precision="4"/> |
| </property> |
| <property name="engineModel" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`enginemodel`" length="15"/> |
| </property> |
| <property name="gearboxID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`gearboxid`" length="20"/> |
| </property> |
| <list name="axleID" table="`esadtransportmeanc_axleid`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`esadtransportmeancardt_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`esadtransportmeancard_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <property name="colorCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`colorcode`"/> |
| </property> |
| <property name="enginePowerHpQuanity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`enginepowerhpquanity`" precision="9" scale="2"/> |
| </property> |
| <property name="enginePowerKvtQuanity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`enginepowerkvtquanity`" precision="9" scale="2"/> |
| </property> |
| <property name="engineModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`enginemodecode`" length="2"/> |
| </property> |
| <property name="moverModeCodeType" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`movermodecodetype`" length="2"/> |
| </property> |
| <property name="ekoclass" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`ekoclass`" precision="1" scale="0"/> |
| </property> |
| <property name="maxWeightQuantity" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`maxweightquantity`" precision="6" scale="0"/> |
| </property> |
| <property name="minWeightQuantity" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`minweightquantity`" precision="6" scale="0"/> |
| </property> |
| <property name="maximumConstructiveVelocity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`maximumconstructiveveloci`" precision="3"/> |
| </property> |
| <property name="widthmm" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`widthmm`" precision="5" scale="0"/> |
| </property> |
| <property name="heightmm" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`heightmm`" precision="5" scale="0"/> |
| </property> |
| <property name="lengthmm" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`lengthmm`" precision="5" scale="0"/> |
| </property> |
| <property name="passedKilometerQuantity" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`passedkilometerquantity`" precision="8"/> |
| </property> |
| <property name="approvalNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`approvalnumber`" length="50"/> |
| </property> |
| <property name="approvalDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`approvaldate`"/> |
| </property> |
| <property name="approvalOrganization" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`approvalorganization`" length="150"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ESADTransportMeansTypeImpl" entity-name="ESADTransportMeansType" abstract="false" lazy="false" table="`esadtransportmeanstype`"> |
| <meta attribute="eclassName">ESADTransportMeansType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="transportModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transportmodecode`" length="2"/> |
| </property> |
| <property name="transportNationalityCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transportnationalitycode"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ExciseDocumentTypeImpl" entity-name="ExciseDocumentType" abstract="false" lazy="false" extends="PresentedDocumentType" table="`excisedocumenttype`"> |
| <meta attribute="eclassName">ExciseDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`presenteddocumenttype__id`"/> |
| </key> |
| <property name="presentedDocumentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`presenteddocumentmodecode`" length="4"/> |
| </property> |
| <property name="privelegeDocumentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`privelegedocumentmodecode`" length="2"/> |
| </property> |
| <property name="exciseMarkingModeCodeType" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`excisemarkingmodecodetype`" length="1"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.FinancialDocumentsTypeImpl" entity-name="FinancialDocumentsType" abstract="false" lazy="false" table="`financialdocumentstype`"> |
| <meta attribute="eclassName">FinancialDocumentsType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="finDocumentCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`findocumentcode`" length="1"/> |
| </property> |
| <property name="finDocumentNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`findocumentnumber`" length="50"/> |
| </property> |
| <property name="finDocumentDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`findocumentdate`"/> |
| </property> |
| <property name="presentingDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`presentingdate`"/> |
| </property> |
| <many-to-one name="gtdRegNumber" entity-name="GTDIDType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`gtdidtype_gtdregnumber_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.GoodsGroupDescriptionTypeImpl" entity-name="GoodsGroupDescriptionType" abstract="false" lazy="false" table="`goodsgroupdescriptiontype`"> |
| <meta attribute="eclassName">GoodsGroupDescriptionType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <list name="goodsDescription" table="`goodsgro_goodsdescription`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`goodsgroupdescriptiont_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`goodsgroupdescription_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <list name="goodsGroupInformation" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`goodsgroupdescriptiont_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`goodsgroupdescription_idx`"/> |
| <one-to-many entity-name="GoodsGroupInformationType"/> |
| </list> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.GoodsGroupInformationTypeImpl" entity-name="GoodsGroupInformationType" abstract="false" lazy="false" table="`goodsgroupinformationtype`"> |
| <meta attribute="eclassName">GoodsGroupInformationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="manufacturer" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`manufacturer`" length="150"/> |
| </property> |
| <property name="militaryProductCategoryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`militaryproductcategoryco`" length="4"/> |
| </property> |
| <property name="tradeMark" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`trademark`" length="150"/> |
| </property> |
| <property name="goodsMark" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodsmark`" length="50"/> |
| </property> |
| <property name="goodsMarking" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodsmarking`" length="50"/> |
| </property> |
| <property name="goodsStandard" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodsstandard`" length="50"/> |
| </property> |
| <property name="goodsSort" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodssort`" length="50"/> |
| </property> |
| <property name="woodSortiment" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`woodsortiment`" length="30"/> |
| </property> |
| <property name="woodKind" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`woodkind`" length="20"/> |
| </property> |
| <property name="dimensions" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`dimensions`" length="50"/> |
| </property> |
| <many-to-one name="goodsGroupQuantity" entity-name="SupplementaryQuantityType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`supplementaryquantityt_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.GoodsLocationPlaceTypeImpl" entity-name="GoodsLocationPlaceType" abstract="false" lazy="false" table="`goodslocationplacetype`"> |
| <meta attribute="eclassName">GoodsLocationPlaceType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="goodsLocationPlaceDesc" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodslocationplacedesc`" length="40"/> |
| </property> |
| <property name="customsOfficeID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`customsofficeid`"/> |
| </property> |
| <property name="railwayStationCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`railwaystationcode`"/> |
| </property> |
| <property name="railwayStationName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`railwaystationname`" length="40"/> |
| </property> |
| <many-to-one name="address" entity-name="AddressType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`addresstype_address_e_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.GoodsLocationWarehouseTypeImpl" entity-name="GoodsLocationWarehouseType" abstract="false" lazy="false" table="`goodslocationwarehousetyp`"> |
| <meta attribute="eclassName">GoodsLocationWarehouseType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="documentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`documentmodecode`" length="1"/> |
| </property> |
| <property name="certificateNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`certificatenumber`" length="50"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.GuaranteeReferenceTypeImpl" entity-name="GuaranteeReferenceType" abstract="false" lazy="false" table="`guaranteereferencetype`"> |
| <meta attribute="eclassName">GuaranteeReferenceType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="gRN" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`grn`" length="24"/> |
| </property> |
| <property name="otherGuaranteeNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`otherguaranteenumber`" length="50"/> |
| </property> |
| <property name="accessCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`accesscode`"/> |
| </property> |
| <property name="notValid4EC" lazy="false" insert="true" update="true" not-null="false" unique="false" type="boolean"> |
| <column not-null="false" unique="false" name="`notvalid4ec`"/> |
| </property> |
| <list name="limitationNonEC" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`guaranteereferencetype_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`guaranteereferencetyp_idx`"/> |
| <one-to-many entity-name="LimitationNonECType"/> |
| </list> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.GuaranteeTypeImpl" entity-name="GuaranteeType" abstract="false" lazy="false" table="`guaranteetype`"> |
| <meta attribute="eclassName">GuaranteeType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="measureCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`measurecode`"/> |
| </property> |
| <list name="guaranteeReference" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`guaranteetype_guarante_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`guaranteetype_guarant_idx`"/> |
| <one-to-many entity-name="GuaranteeReferenceType"/> |
| </list> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.HatchTypeImpl" entity-name="HatchType" abstract="false" lazy="false" table="`hatchtype`"> |
| <meta attribute="eclassName">HatchType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="hatchKind" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`hatchkind`" length="1"/> |
| </property> |
| <property name="hatchDescription" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`hatchdescription`" length="250"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ImportCertificationTypeImpl" entity-name="ImportCertificationType" abstract="false" lazy="false" table="`importcertificationtype`"> |
| <meta attribute="eclassName">ImportCertificationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="series" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`series`"/> |
| </property> |
| <property name="documentNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`documentnumber`" length="50"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.LimitationNonECTypeImpl" entity-name="LimitationNonECType" abstract="false" lazy="false" table="`limitationnonectype`"> |
| <meta attribute="eclassName">LimitationNonECType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="notValid4Country" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`notvalid4country`"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.LoadingPlaceOtherTypeImpl" entity-name="LoadingPlaceOtherType" abstract="false" lazy="false" table="`loadingplaceothertype`"> |
| <meta attribute="eclassName">LoadingPlaceOtherType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="goodsLoadingPlaceDesc" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodsloadingplacedesc`" length="40"/> |
| </property> |
| <property name="customsOfficeID" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`customsofficeid`"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.LoadingPlaceWarehouseTypeImpl" entity-name="LoadingPlaceWarehouseType" abstract="false" lazy="false" table="`loadingplacewarehousetype`"> |
| <meta attribute="eclassName">LoadingPlaceWarehouseType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="documentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`documentmodecode`" length="1"/> |
| </property> |
| <property name="certificateNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`certificatenumber`" length="50"/> |
| </property> |
| <property name="certificateDate" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`certificatedate`"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.LoadingPlaseConsigneeTypeImpl" entity-name="LoadingPlaseConsigneeType" abstract="false" lazy="false" table="`loadingplaseconsigneetype`"> |
| <meta attribute="eclassName">LoadingPlaseConsigneeType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="customsOfficeID" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="true" unique="false" name="`customsofficeid`"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.PackingInformationTypeImpl" entity-name="PackingInformationType" abstract="false" lazy="false" table="`packinginformationtype`"> |
| <meta attribute="eclassName">PackingInformationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="packingCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`packingcode`" length="2"/> |
| </property> |
| <property name="pakingQuantity" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`pakingquantity`" precision="8"/> |
| </property> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.PalleteInformationTypeImpl" entity-name="PalleteInformationType" abstract="false" lazy="false" table="`palleteinformationtype`"> |
| <meta attribute="eclassName">PalleteInformationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="palleteQuantity" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`palletequantity`" precision="8"/> |
| </property> |
| <property name="palleteDescription" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`palletedescription`" length="150"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.PaymentGuaranteeDocumentTypeImpl" entity-name="PaymentGuaranteeDocumentType" abstract="false" lazy="false" extends="PresentedDocumentType" table="`paymentguaranteedocumentt`"> |
| <meta attribute="eclassName">PaymentGuaranteeDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`presenteddocumenttype__id`"/> |
| </key> |
| <property name="presentedDocumentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`presenteddocumentmodecode`" length="4"/> |
| </property> |
| <property name="privelegeDocumentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`privelegedocumentmodecode`" length="2"/> |
| </property> |
| <property name="customsPaymentModeCodeType" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`customspaymentmodecodetyp`" length="2"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.PaymentInformationTypeImpl" entity-name="PaymentInformationType" abstract="false" lazy="false" table="`paymentinformationtype`"> |
| <meta attribute="eclassName">PaymentInformationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="dateInf" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`dateinf`"/> |
| </property> |
| <property name="summa" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`summa`" precision="16" scale="2"/> |
| </property> |
| <property name="currency" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`currency`" length="3"/> |
| </property> |
| <property name="comments" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`comments`" length="250"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.PaymentPrivilegeDocumentTypeImpl" entity-name="PaymentPrivilegeDocumentType" abstract="false" lazy="false" extends="PresentedDocumentType" table="`paymentprivilegedocumentt`"> |
| <meta attribute="eclassName">PaymentPrivilegeDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`presenteddocumenttype__id`"/> |
| </key> |
| <property name="presentedDocumentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`presenteddocumentmodecode`" length="4"/> |
| </property> |
| <property name="privelegeDocumentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`privelegedocumentmodecode`" length="2"/> |
| </property> |
| <property name="customsPaymentModeCodeType" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`customspaymentmodecodetyp`" length="2"/> |
| </property> |
| <property name="symbolSubLineNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`symbolsublinenumber`" length="1"/> |
| </property> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ProcessingDocumentTypeImpl" entity-name="ProcessingDocumentType" abstract="false" lazy="false" extends="PresentedDocumentType" table="`processingdocumenttype`"> |
| <meta attribute="eclassName">ProcessingDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`presenteddocumenttype__id`"/> |
| </key> |
| <property name="subLineNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`sublinenumber`" precision="2"/> |
| </property> |
| <property name="informationCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`informationcode`" length="1"/> |
| </property> |
| <property name="periodDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`perioddate`"/> |
| </property> |
| <property name="supplyStatus" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`supplystatus`" length="2"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ProcessingGoodsDeclarationTypeImpl" entity-name="ProcessingGoodsDeclarationType" abstract="false" lazy="false" table="`processinggoodsdeclaratio`"> |
| <meta attribute="eclassName">ProcessingGoodsDeclarationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="processingPeriod" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`processingperiod`"/> |
| </property> |
| <list name="rateOutputGoods" table="`processin_rateoutputgoods`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`processinggoodsdeclara_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`processinggoodsdeclar_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <property name="processingDocNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`processingdocnumber`" length="50"/> |
| </property> |
| <property name="processingDocDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`processingdocdate`"/> |
| </property> |
| <list name="processingOperationDesc" table="`p_processingoperationdesc`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`processinggoodsdeclara_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`processinggoodsdeclar_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <list name="goodsIdentificationMethod" table="`processinggoodsdeclaratio`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`processinggoodsdeclara_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`processinggoodsdeclar_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <property name="processingPlace" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`processingplace`" length="40"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ProcessingGoodsTypeImpl" entity-name="ProcessingGoodsType" abstract="false" lazy="false" extends="ProcessingGoodsDeclarationType" table="`processinggoodstype`"> |
| <meta attribute="eclassName">ProcessingGoodsType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`processinggoodsdeclara_id`"/> |
| </key> |
| <property name="goodsTNVEDCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodstnvedcode`"/> |
| </property> |
| <property name="goodsNumeric" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`goodsnumeric`" precision="5"/> |
| </property> |
| <list name="goodsDescription" table="`processi_goodsdescription`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`processinggoodstype_go_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`processinggoodstype_g_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <many-to-one name="processingGoodsQuantity" entity-name="SupplementaryQuantityType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`supplementaryquantityt_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.ReimportDocumentTypeImpl" entity-name="ReimportDocumentType" abstract="false" lazy="false" extends="PresentedDocumentType" table="`reimportdocumenttype`"> |
| <meta attribute="eclassName">ReimportDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`presenteddocumenttype__id`"/> |
| </key> |
| <property name="symbolSubLineNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`symbolsublinenumber`" length="1"/> |
| </property> |
| <property name="goodsStatus" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodsstatus`" length="2"/> |
| </property> |
| <property name="repairStatus" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`repairstatus`" length="2"/> |
| </property> |
| <property name="exportDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`exportdate`"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.SupplementaryQuantityTypeImpl" entity-name="SupplementaryQuantityType" abstract="false" lazy="false" table="`supplementaryquantitytype`"> |
| <meta attribute="eclassName">SupplementaryQuantityType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="goodsQuantity" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`goodsquantity`" precision="19" scale="6"/> |
| </property> |
| <property name="measureUnitQualifierName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`measureunitqualifiername`" length="13"/> |
| </property> |
| <property name="measureUnitQualifierCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`measureunitqualifiercode`" length="3"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.SupplyConsigneeTypeImpl" entity-name="SupplyConsigneeType" abstract="false" lazy="false" extends="OrganizationBaseType" table="`supplyconsigneetype`"> |
| <meta attribute="eclassName">SupplyConsigneeType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`organizationbasetype_e_id`"/> |
| </key> |
| <property name="countryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`countrycode`"/> |
| </property> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.SupplyConsignorTypeImpl" entity-name="SupplyConsignorType" abstract="false" lazy="false" extends="OrganizationBaseType" table="`supplyconsignortype`"> |
| <meta attribute="eclassName">SupplyConsignorType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`organizationbasetype_e_id`"/> |
| </key> |
| <property name="countryCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`countrycode`"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.SupplyInformationsTypeImpl" entity-name="SupplyInformationsType" abstract="false" lazy="false" table="`supplyinformationstype`"> |
| <meta attribute="eclassName">SupplyInformationsType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="originCountryName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`origincountryname`" length="35"/> |
| </property> |
| <property name="invoicedCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`invoicedcost`" precision="16" scale="2"/> |
| </property> |
| <property name="contractCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`contractcurrencycode`" length="3"/> |
| </property> |
| <property name="price" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`price`" precision="16" scale="2"/> |
| </property> |
| <property name="priceCurrencyCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`pricecurrencycode`" length="3"/> |
| </property> |
| <property name="priceUnitQualifierCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`priceunitqualifiercode`" length="3"/> |
| </property> |
| <list name="goodsQuantity" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`supplyinformationstype_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`supplyinformationstyp_idx`"/> |
| <one-to-many entity-name="SupplementaryQuantityType"/> |
| </list> |
| <many-to-one name="deliveryTerms" entity-name="DeliveryTermsType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`deliverytermstype_deli_id`"/> |
| </many-to-one> |
| <many-to-one name="supplyConsignor" entity-name="SupplyConsignorType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`supplyconsignortype_su_id`"/> |
| </many-to-one> |
| <many-to-one name="supplyConsignee" entity-name="SupplyConsigneeType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`supplyconsigneetype_su_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.TransportManufacturerTypeImpl" entity-name="TransportManufacturerType" abstract="false" lazy="false" table="`transportmanufacturertype`"> |
| <meta attribute="eclassName">TransportManufacturerType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="transportManufacturerName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transportmanufacturername`" length="150"/> |
| </property> |
| <property name="transportManufacturerCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`transportmanufacturercode`" length="3"/> |
| </property> |
| <many-to-one name="address" entity-name="AddressType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`addresstype_address_e_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.TransportMeansOwnerTypeImpl" entity-name="TransportMeansOwnerType" abstract="false" lazy="false" table="`transportmeansownertype`"> |
| <meta attribute="eclassName">TransportMeansOwnerType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="ownerModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`ownermodecode`" length="1"/> |
| </property> |
| <many-to-one name="transportOwnerPerson" entity-name="TransportOwnerPersonType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`transportownerpersonty_id`"/> |
| </many-to-one> |
| <many-to-one name="transportOwnerOrganization" entity-name="TransportOwnerOrganizationType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`transportownerorganiza_id`"/> |
| </many-to-one> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.TransportOwnerOrganizationTypeImpl" entity-name="TransportOwnerOrganizationType" abstract="false" lazy="false" extends="OrganizationBaseType" table="`transportownerorganizatio`"> |
| <meta attribute="eclassName">TransportOwnerOrganizationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`organizationbasetype_e_id`"/> |
| </key> |
| <property name="oKPO" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`okpo`" length="10"/> |
| </property> |
| <many-to-one name="address" entity-name="AddressType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`addresstype_address_e_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.TransportOwnerPersonTypeImpl" entity-name="TransportOwnerPersonType" abstract="false" lazy="false" table="`transportownerpersontype`"> |
| <meta attribute="eclassName">TransportOwnerPersonType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="firstName" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`firstname`" length="35"/> |
| </property> |
| <property name="lastname" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`lastname`" length="35"/> |
| </property> |
| <property name="patronymicname" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`patronymicname`" length="35"/> |
| </property> |
| <many-to-one name="identityCard" entity-name="IdentityCardType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`identitycardtype_ident_id`"/> |
| </many-to-one> |
| <many-to-one name="address" entity-name="AddressType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`addresstype_address_e_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esad.common.aggregate.types._3._0._1.impl.TransportOwnerTypeImpl" entity-name="TransportOwnerType" abstract="false" lazy="false" table="`transportownertype`"> |
| <meta attribute="eclassName">TransportOwnerType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="ownerModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`ownermodecode`" length="1"/> |
| </property> |
| <many-to-one name="transportOwnerPerson" entity-name="TransportOwnerPersonType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`transportownerpersonty_id`"/> |
| </many-to-one> |
| <many-to-one name="transportOwnerOrganization" entity-name="TransportOwnerOrganizationType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`transportownerorganiza_id`"/> |
| </many-to-one> |
| </class> |
| <joined-subclass name="customs.ru.esad.common.aggregate.types._3._0._1.impl.WarehouseDocumentTypeImpl" entity-name="WarehouseDocumentType" abstract="false" lazy="false" extends="PresentedDocumentType" table="`warehousedocumenttype`"> |
| <meta attribute="eclassName">WarehouseDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`presenteddocumenttype__id`"/> |
| </key> |
| <property name="subLineNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`sublinenumber`" precision="2"/> |
| </property> |
| <property name="documentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`documentmodecode`" length="1"/> |
| </property> |
| <property name="periodDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`perioddate`"/> |
| </property> |
| <property name="conditionDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`conditiondate`"/> |
| </property> |
| <property name="saleDate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="false" unique="false" name="`saledate`"/> |
| </property> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSFilledPersonTypeImpl" entity-name="DTSFilledPersonType" abstract="false" lazy="false" extends="ESADFilledPersonType" table="`dtsfilledpersontype`"> |
| <meta attribute="eclassName">DTSFilledPersonType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`esadfilledpersontype_e_id`"/> |
| </key> |
| <property name="filledDate" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`filleddate`"/> |
| </property> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.information.customs.documents.dt.sout._3._0._1.impl.DTSoutFilledPersonTypeImpl" entity-name="DTSoutFilledPersonType" abstract="false" lazy="false" extends="DTSFilledPersonType" table="`dtsoutfilledpersontype`"> |
| <meta attribute="eclassName">DTSoutFilledPersonType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:DTSout:3.0.1</meta> |
| <key> |
| <column name="`dtsfilledpersontype_e_id`"/> |
| </key> |
| </joined-subclass> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSGoodsCustomsCostTypeImpl" entity-name="DTSGoodsCustomsCostType" abstract="false" lazy="false" table="`dtsgoodscustomscosttype`"> |
| <meta attribute="eclassName">DTSGoodsCustomsCostType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="sheetNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`sheetnumber`" precision="5" scale="0"/> |
| </property> |
| <property name="sheetGoodsSerialNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`sheetgoodsserialnumber`" precision="1" scale="0"/> |
| </property> |
| <property name="methodNumberCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`methodnumbercode`" length="2"/> |
| </property> |
| <property name="baseMethodNumberCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`basemethodnumbercode`" length="1"/> |
| </property> |
| <property name="gTDGoodsNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`gtdgoodsnumber`" precision="5"/> |
| </property> |
| <property name="goodsTNVEDCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`goodstnvedcode`"/> |
| </property> |
| <property name="roubleDeclaredCustomsCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`roubledeclaredcustomscost`" precision="16" scale="2"/> |
| </property> |
| <property name="dollarDeclaredCustomsCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`dollardeclaredcustomscost`" precision="16" scale="2"/> |
| </property> |
| <many-to-one name="customsCostCalculation" entity-name="DTSCustomsCostCalculationType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`dtscustomscostcalculat_id`"/> |
| </many-to-one> |
| <list name="dTSCurrencyPayment" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtsgoodscustomscosttyp_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`dtsgoodscustomscostty_idx`"/> |
| <one-to-many entity-name="DTSCurrencyPaymentType"/> |
| </list> |
| <list name="additionalData" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtsgoodscustomscosttyp_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`dtsgoodscustomscostty_idx`"/> |
| <one-to-many entity-name="AdditionalDataType"/> |
| </list> |
| </class> |
| <joined-subclass name="customs.ru.information.customs.documents.dt.sout._3._0._1.impl.DTSoutGoodsCustomsCostTypeImpl" entity-name="DTSoutGoodsCustomsCostType" abstract="false" lazy="false" extends="DTSGoodsCustomsCostType" table="`dtsoutgoodscustomscosttyp`"> |
| <meta attribute="eclassName">DTSoutGoodsCustomsCostType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:DTSout:3.0.1</meta> |
| <key> |
| <column name="`dtsgoodscustomscosttyp_id`"/> |
| </key> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.information.customs.documents.dt.sout._3._0._1.impl.DTSoutTypeImpl" entity-name="DTSoutType" abstract="false" lazy="false" extends="BaseDocType" table="`dtsouttype`"> |
| <meta attribute="eclassName">DTSoutType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:DTSout:3.0.1</meta> |
| <key> |
| <column name="`basedoctype_e_id`"/> |
| </key> |
| <property name="customsCostMethodCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`customscostmethodcode`" length="2"/> |
| </property> |
| <property name="baseMethodCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`basemethodcode`" length="1"/> |
| </property> |
| <property name="additionalSheetNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`additionalsheetnumber`" precision="5" scale="0"/> |
| </property> |
| <property name="gTDDocumentID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`gtddocumentid`" length="36"/> |
| </property> |
| <property name="currencyDate" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`currencydate`"/> |
| </property> |
| <property name="currencyCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`currencycode`" length="3"/> |
| </property> |
| <property name="currencyRate" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`currencyrate`" precision="11" scale="4"/> |
| </property> |
| <many-to-one name="dTSoutSeller" entity-name="ESADOrganizationType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`esadorganizationtype_d_id`"/> |
| </many-to-one> |
| <many-to-one name="dTSoutBuyer" entity-name="ESADOrganizationType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`esadorganizationtype_d_id`"/> |
| </many-to-one> |
| <many-to-one name="deliveryTerms" entity-name="DeliveryTermsType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`deliverytermstype_deli_id`"/> |
| </many-to-one> |
| <list name="dTSInvoiveDocuments" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtsouttype_dtsinvoived_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`dtsouttype_dtsinvoive_idx`"/> |
| <one-to-many entity-name="DTSPresentedDocumentsType"/> |
| </list> |
| <many-to-one name="dTSBuyerSellerDependence" entity-name="DTSBuyerSellerDependenceType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`dtsbuyersellerdependen_id`"/> |
| </many-to-one> |
| <many-to-one name="dTSSellingLimitation" entity-name="DTSSellingLimitationType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`dtssellinglimitationty_id`"/> |
| </many-to-one> |
| <many-to-one name="dTSAdditionalPayments" entity-name="DTSAdditionalPaymentsType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`dtsadditionalpaymentst_id`"/> |
| </many-to-one> |
| <many-to-one name="reasonApplyMethod" entity-name="ReasonApplyMethodType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`reasonapplymethodtype__id`"/> |
| </many-to-one> |
| <list name="dTSGoodsCustomsCost" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtsouttype_dtsgoodscus_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`dtsouttype_dtsgoodscu_idx`"/> |
| <one-to-many entity-name="DTSoutGoodsCustomsCostType"/> |
| </list> |
| <many-to-one name="gTDNumber" entity-name="GTDIDType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`gtdidtype_gtdnumber_e_id`"/> |
| </many-to-one> |
| <many-to-one name="dTSoutFilledPerson" entity-name="DTSoutFilledPersonType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`dtsoutfilledpersontype_id`"/> |
| </many-to-one> |
| <many-to-one name="dTSoutDeclarant" entity-name="ESADOrganizationType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`esadorganizationtype_d_id`"/> |
| </many-to-one> |
| <list name="dTSContractDocuments" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtsouttype_dtscontract_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`dtsouttype_dtscontrac_idx`"/> |
| <one-to-many entity-name="DTSPresentedDocumentsType"/> |
| </list> |
| <list name="customsResolutionDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtsouttype_customsreso_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`dtsouttype_customsres_idx`"/> |
| <one-to-many entity-name="DTSPresentedDocumentsType"/> |
| </list> |
| <list name="supplyReasonDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtsouttype_supplyreaso_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`dtsouttype_supplyreas_idx`"/> |
| <one-to-many entity-name="DTSPresentedDocumentsType"/> |
| </list> |
| <list name="previousCustomsResolutionDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtsouttype_previouscus_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`dtsouttype_previouscu_idx`"/> |
| <one-to-many entity-name="DTSPresentedDocumentsType"/> |
| </list> |
| <list name="costConfirmationDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtsouttype_costconfirm_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`dtsouttype_costconfir_idx`"/> |
| <one-to-many entity-name="CostConfirmationDocumentType"/> |
| </list> |
| <property name="documentModeID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`documentmodeid`" length="30"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.AdditionalDataTypeImpl" entity-name="AdditionalDataType" abstract="false" lazy="false" table="`additionaldatatype`"> |
| <meta attribute="eclassName">AdditionalDataType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <list name="additionalInformation" table="`add_additionalinformation`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`additionaldatatype_add_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`additionaldatatype_ad_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <property name="positionNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`positionnumber`" length="3"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.CostConfirmationDocumentTypeImpl" entity-name="CostConfirmationDocumentType" abstract="false" lazy="false" table="`costconfirmationdocumentt`"> |
| <meta attribute="eclassName">CostConfirmationDocumentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="previousCostAppriaseMethod" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`previouscostappriasemetho`" length="2"/> |
| </property> |
| <list name="methodCondition" table="`costconfi_methodcondition`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`costconfirmationdocume_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`costconfirmationdocum_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <list name="confirmationDocuments" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`costconfirmationdocume_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`costconfirmationdocum_idx`"/> |
| <one-to-many entity-name="DTSPresentedDocumentsType"/> |
| </list> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.CustomsCostDecisionTypeImpl" entity-name="CustomsCostDecisionType" abstract="false" lazy="false" table="`customscostdecisiontype`"> |
| <meta attribute="eclassName">CustomsCostDecisionType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="decisionCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`decisioncode`" length="2"/> |
| </property> |
| <property name="lNP" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`lnp`" length="4"/> |
| </property> |
| <property name="dateInf" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`dateinf`"/> |
| </property> |
| <property name="decisionDescription" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`decisiondescription`" length="250"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSAdditionalPaymentsTypeImpl" entity-name="DTSAdditionalPaymentsType" abstract="false" lazy="false" table="`dtsadditionalpaymentstype`"> |
| <meta attribute="eclassName">DTSAdditionalPaymentsType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="column9A" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`column9a`" length="1"/> |
| </property> |
| <property name="column9B" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`column9b`" length="1"/> |
| </property> |
| <list name="paymentDescription" table="`dtsadd_paymentdescription`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtsadditionalpaymentst_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`dtsadditionalpayments_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| <list name="paymentConditionDescription" table="`dtsadditionalpaymentstype`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtsadditionalpaymentst_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`dtsadditionalpayments_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSBuyerSellerDependenceTypeImpl" entity-name="DTSBuyerSellerDependenceType" abstract="false" lazy="false" table="`dtsbuyersellerdependencet`"> |
| <meta attribute="eclassName">DTSBuyerSellerDependenceType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="column7A" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`column7a`" length="1"/> |
| </property> |
| <property name="column7B" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`column7b`" length="1"/> |
| </property> |
| <property name="column7C" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`column7c`" length="1"/> |
| </property> |
| <list name="column7CDescription" table="`dtsbu_column7cdescription`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtsbuyersellerdependen_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`dtsbuyersellerdepende_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSCurrencyPaymentTypeImpl" entity-name="DTSCurrencyPaymentType" abstract="false" lazy="false" table="`dtscurrencypaymenttype`"> |
| <meta attribute="eclassName">DTSCurrencyPaymentType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="positionsNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`positionsnumber`" length="3"/> |
| </property> |
| <property name="currencyAmount" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`currencyamount`" precision="16" scale="2"/> |
| </property> |
| <property name="currencyCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`currencycode`" length="3"/> |
| </property> |
| <property name="currencyRate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`currencyrate`" precision="11" scale="4"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSCustomsCostCalculationTypeImpl" entity-name="DTSCustomsCostCalculationType" abstract="false" lazy="false" table="`dtscustomscostcalculation`"> |
| <meta attribute="eclassName">DTSCustomsCostCalculationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <many-to-one name="dTSMethod1" entity-name="DTSMethod1Type" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`dtsmethod1type_dtsmeth_id`"/> |
| </many-to-one> |
| <many-to-one name="dTSMethod236" entity-name="DTSMethod236Type" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`dtsmethod236type_dtsme_id`"/> |
| </many-to-one> |
| <many-to-one name="dTSMethod46" entity-name="DTSMethod46Type" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`dtsmethod46type_dtsmet_id`"/> |
| </many-to-one> |
| <many-to-one name="dTSMethod56" entity-name="DTSMethod56Type" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`dtsmethod56type_dtsmet_id`"/> |
| </many-to-one> |
| <many-to-one name="dTSMethod6" entity-name="DTSMethod6Type" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`dtsmethod6type_dtsmeth_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSMethod1TypeImpl" entity-name="DTSMethod1Type" abstract="false" lazy="false" table="`dtsmethod1type`"> |
| <meta attribute="eclassName">DTSMethod1Type</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <many-to-one name="method1CalculationBasis" entity-name="Method1CalculationBasisType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`method1calculationbasi_id`"/> |
| </many-to-one> |
| <many-to-one name="method1AdditionalSum" entity-name="Method1AdditionalSumType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`method1additionalsumty_id`"/> |
| </many-to-one> |
| <many-to-one name="method1Deduction" entity-name="Method1DeductionType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`method1deductiontype_m_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSMethod236TypeImpl" entity-name="DTSMethod236Type" abstract="false" lazy="false" table="`dtsmethod236type`"> |
| <meta attribute="eclassName">DTSMethod236Type</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <many-to-one name="method2Basis" entity-name="Method2BasisType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`method2basistype_metho_id`"/> |
| </many-to-one> |
| <many-to-one name="method2DealCorrect" entity-name="Method2DealCorrectType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`method2dealcorrecttype_id`"/> |
| </many-to-one> |
| <many-to-one name="identicalGoodsQuantity" entity-name="SupplementaryQuantityType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`supplementaryquantityt_id`"/> |
| </many-to-one> |
| <many-to-one name="declaratedGoodsQuantity" entity-name="SupplementaryQuantityType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`supplementaryquantityt_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSMethod46TypeImpl" entity-name="DTSMethod46Type" abstract="false" lazy="false" table="`dtsmethod46type`"> |
| <meta attribute="eclassName">DTSMethod46Type</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <many-to-one name="method46Basis" entity-name="Method46BasisType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`method46basistype_meth_id`"/> |
| </many-to-one> |
| <many-to-one name="method46Deduction" entity-name="Method46DeductionType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`method46deductiontype__id`"/> |
| </many-to-one> |
| <many-to-one name="declaratedGoodsQuantity" entity-name="SupplementaryQuantityType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`supplementaryquantityt_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSMethod4TypeImpl" entity-name="DTSMethod4Type" abstract="false" lazy="false" table="`dtsmethod4type`"> |
| <meta attribute="eclassName">DTSMethod4Type</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <many-to-one name="method4Basis" entity-name="Method4BasisType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`method4basistype_metho_id`"/> |
| </many-to-one> |
| <many-to-one name="method4Deduction" entity-name="Method4DeductionType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`method4deductiontype_m_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSMethod56TypeImpl" entity-name="DTSMethod56Type" abstract="false" lazy="false" table="`dtsmethod56type`"> |
| <meta attribute="eclassName">DTSMethod56Type</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <many-to-one name="method56Basis" entity-name="Method56BasisType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`method56basistype_meth_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSMethod5TypeImpl" entity-name="DTSMethod5Type" abstract="false" lazy="false" table="`dtsmethod5type`"> |
| <meta attribute="eclassName">DTSMethod5Type</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <many-to-one name="method5Basis" entity-name="Method5BasisType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`method5basistype_metho_id`"/> |
| </many-to-one> |
| <many-to-one name="method5AdditionalSum" entity-name="Method5AdditionalSumType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`method5additionalsumty_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSMethod6TypeImpl" entity-name="DTSMethod6Type" abstract="false" lazy="false" table="`dtsmethod6type`"> |
| <meta attribute="eclassName">DTSMethod6Type</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <many-to-one name="method6Basis" entity-name="Method6BasisType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`method6basistype_metho_id`"/> |
| </many-to-one> |
| <many-to-one name="method6Calculation" entity-name="Method6CalculationType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`method6calculationtype_id`"/> |
| </many-to-one> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSOfficialMarkTypeImpl" entity-name="DTSOfficialMarkType" abstract="false" lazy="false" table="`dtsofficialmarktype`"> |
| <meta attribute="eclassName">DTSOfficialMarkType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="markIdentifier" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`markidentifier`" length="1"/> |
| </property> |
| <property name="markDescription" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`markdescription`" length="250"/> |
| </property> |
| <property name="personName" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`personname`" length="150"/> |
| </property> |
| <property name="lNP" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`lnp`" length="4"/> |
| </property> |
| <property name="dateInf" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`dateinf`"/> |
| </property> |
| <property name="timeInf" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`timeinf`"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSOrganizationTypeImpl" entity-name="DTSOrganizationType" abstract="false" lazy="false" extends="ESADOrganizationInType" table="`dtsorganizationtype`"> |
| <meta attribute="eclassName">DTSOrganizationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`esadorganizationintype_id`"/> |
| </key> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSPresentedDocumentsTypeImpl" entity-name="DTSPresentedDocumentsType" abstract="false" lazy="false" extends="DocumentBaseType" table="`dtspresenteddocumentstype`"> |
| <meta attribute="eclassName">DTSPresentedDocumentsType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`documentbasetype_e_id`"/> |
| </key> |
| <property name="presentedDocumentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`presenteddocumentmodecode`" length="4"/> |
| </property> |
| <property name="positionNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`positionnumber`" length="3"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.DTSSellingLimitationTypeImpl" entity-name="DTSSellingLimitationType" abstract="false" lazy="false" table="`dtssellinglimitationtype`"> |
| <meta attribute="eclassName">DTSSellingLimitationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="column8A" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`column8a`" length="1"/> |
| </property> |
| <property name="column8B" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`column8b`" length="1"/> |
| </property> |
| <list name="limitationDescription" table="`dts_limitationdescription`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`dtssellinglimitationty_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`dtssellinglimitationt_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method1AdditionalSumTypeImpl" entity-name="Method1AdditionalSumType" abstract="false" lazy="false" table="`method1additionalsumtype`"> |
| <meta attribute="eclassName">Method1AdditionalSumType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="agentBonus" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`agentbonus`" precision="16" scale="2"/> |
| </property> |
| <property name="packageExpenses" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`packageexpenses`" precision="16" scale="2"/> |
| </property> |
| <property name="storeCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`storecost`" precision="16" scale="2"/> |
| </property> |
| <property name="productionToolkitCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`productiontoolkitcost`" precision="16" scale="2"/> |
| </property> |
| <property name="workingStockCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`workingstockcost`" precision="16" scale="2"/> |
| </property> |
| <property name="designPayment" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`designpayment`" precision="16" scale="2"/> |
| </property> |
| <property name="intellectualPropertyPayment" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`intellectualpropertypayme`" precision="16" scale="2"/> |
| </property> |
| <property name="sellerIncome" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`sellerincome`" precision="16" scale="2"/> |
| </property> |
| <property name="borderTransportCharges" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`bordertransportcharges`" precision="16" scale="2"/> |
| </property> |
| <property name="borderPlace" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`borderplace`" length="40"/> |
| </property> |
| <property name="loadCharges" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`loadcharges`" precision="16" scale="2"/> |
| </property> |
| <property name="arrivalPlace" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`arrivalplace`" length="40"/> |
| </property> |
| <property name="insuranceCharges" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`insurancecharges`" precision="16" scale="2"/> |
| </property> |
| <property name="totalAdditionalSum" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totaladditionalsum`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method1CalculationBasisTypeImpl" entity-name="Method1CalculationBasisType" abstract="false" lazy="false" table="`method1calculationbasisty`"> |
| <meta attribute="eclassName">Method1CalculationBasisType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="dealCurrencyAmount" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`dealcurrencyamount`" precision="16" scale="2"/> |
| </property> |
| <property name="dealCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`dealcurrencycode`" length="3"/> |
| </property> |
| <property name="dealRoubleAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`dealroubleamount`" precision="16" scale="2"/> |
| </property> |
| <property name="dealCurrencyRate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`dealcurrencyrate`" precision="11" scale="4"/> |
| </property> |
| <property name="indirectRoublePayment" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`indirectroublepayment`" precision="16" scale="2"/> |
| </property> |
| <property name="indirectCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`indirectcurrencycode`" length="3"/> |
| </property> |
| <property name="indirectCurrencyRate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`indirectcurrencyrate`" precision="11" scale="4"/> |
| </property> |
| <property name="basisRoubleAmount" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`basisroubleamount`" precision="16" scale="2"/> |
| </property> |
| <list name="indirectAdditionalInformation" table="`method1calculationbasisty`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`method1calculationbasi_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`method1calculationbas_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method1DeductionTypeImpl" entity-name="Method1DeductionType" abstract="false" lazy="false" table="`method1deductiontype`"> |
| <meta attribute="eclassName">Method1DeductionType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="buildingAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`buildingamount`" precision="16" scale="2"/> |
| </property> |
| <property name="russianTransportCharge" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`russiantransportcharge`" precision="16" scale="2"/> |
| </property> |
| <property name="russiansTaxPayment" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`russianstaxpayment`" precision="16" scale="2"/> |
| </property> |
| <property name="totalDeductionAmount" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totaldeductionamount`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method2BasisTypeImpl" entity-name="Method2BasisType" abstract="false" lazy="false" table="`method2basistype`"> |
| <meta attribute="eclassName">Method2BasisType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="identicalDealRoubleAmount" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`identicaldealroubleamount`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method2DealCorrectTypeImpl" entity-name="Method2DealCorrectType" abstract="false" lazy="false" table="`method2dealcorrecttype`"> |
| <meta attribute="eclassName">Method2DealCorrectType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="minusQuantityCorrect" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`minusquantitycorrect`" precision="16" scale="2"/> |
| </property> |
| <property name="minusCommerceCorrect" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`minuscommercecorrect`" precision="16" scale="2"/> |
| </property> |
| <property name="minusBorderTransportCharges" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`minusbordertransportcharg`" precision="16" scale="2"/> |
| </property> |
| <property name="minusBorderPlace" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`minusborderplace`" length="40"/> |
| </property> |
| <property name="minusLoadCharges" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`minusloadcharges`" precision="16" scale="2"/> |
| </property> |
| <property name="minusArrivalPlace" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`minusarrivalplace`" length="40"/> |
| </property> |
| <property name="minusInsuranceCharges" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`minusinsurancecharges`" precision="16" scale="2"/> |
| </property> |
| <property name="minusTotalSum" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`minustotalsum`" precision="16" scale="2"/> |
| </property> |
| <property name="plusQuantityCorrect" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`plusquantitycorrect`" precision="16" scale="2"/> |
| </property> |
| <property name="plusCommerceCorrect" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`pluscommercecorrect`" precision="16" scale="2"/> |
| </property> |
| <property name="plusBorderTransportCharges" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`plusbordertransportcharge`" precision="16" scale="2"/> |
| </property> |
| <property name="plusBorderPlace" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`plusborderplace`" length="40"/> |
| </property> |
| <property name="plusLoadCharges" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`plusloadcharges`" precision="16" scale="2"/> |
| </property> |
| <property name="plusArrivalPlace" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`plusarrivalplace`" length="40"/> |
| </property> |
| <property name="plusInsuranceCharges" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`plusinsurancecharges`" precision="16" scale="2"/> |
| </property> |
| <property name="plusTotalSum" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`plustotalsum`" precision="16" scale="2"/> |
| </property> |
| <property name="totalDealCorrect" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totaldealcorrect`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method46BasisTypeImpl" entity-name="Method46BasisType" abstract="false" lazy="false" table="`method46basistype`"> |
| <meta attribute="eclassName">Method46BasisType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="identicalDealRoublePrice" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`identicaldealroubleprice`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method46DeductionTypeImpl" entity-name="Method46DeductionType" abstract="false" lazy="false" table="`method46deductiontype`"> |
| <meta attribute="eclassName">Method46DeductionType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="agentCharge" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`agentcharge`" precision="16" scale="2"/> |
| </property> |
| <property name="russianTransportCharge" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`russiantransportcharge`" precision="16" scale="2"/> |
| </property> |
| <property name="russiansTaxPayment" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`russianstaxpayment`" precision="16" scale="2"/> |
| </property> |
| <property name="processingAddedCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`processingaddedcost`" precision="16" scale="2"/> |
| </property> |
| <property name="totalDeductionAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totaldeductionamount`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method4BasisTypeImpl" entity-name="Method4BasisType" abstract="false" lazy="false" table="`method4basistype`"> |
| <meta attribute="eclassName">Method4BasisType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="identicalDealRoublePrice" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`identicaldealroubleprice`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method4DeductionTypeImpl" entity-name="Method4DeductionType" abstract="false" lazy="false" table="`method4deductiontype`"> |
| <meta attribute="eclassName">Method4DeductionType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="extraCharge" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`extracharge`" precision="16" scale="2"/> |
| </property> |
| <property name="russiansTaxPayment" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`russianstaxpayment`" precision="16" scale="2"/> |
| </property> |
| <property name="russianTransportCharge" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`russiantransportcharge`" precision="16" scale="2"/> |
| </property> |
| <property name="russianProcessingCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`russianprocessingcost`" precision="16" scale="2"/> |
| </property> |
| <property name="russianAnyCarge" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`russiananycarge`" precision="16" scale="2"/> |
| </property> |
| <property name="totalDeductionAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totaldeductionamount`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method56BasisTypeImpl" entity-name="Method56BasisType" abstract="false" lazy="false" table="`method56basistype`"> |
| <meta attribute="eclassName">Method56BasisType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="productionStoreExpense" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`productionstoreexpense`" precision="16" scale="2"/> |
| </property> |
| <property name="storeCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`storecost`" precision="16" scale="2"/> |
| </property> |
| <property name="productionToolkitCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`productiontoolkitcost`" precision="16" scale="2"/> |
| </property> |
| <property name="consumablesCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`consumablescost`" precision="16" scale="2"/> |
| </property> |
| <property name="designPayment" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`designpayment`" precision="16" scale="2"/> |
| </property> |
| <property name="russianDesignPayment" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`russiandesignpayment`" precision="16" scale="2"/> |
| </property> |
| <property name="packageExpense" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`packageexpense`" precision="16" scale="2"/> |
| </property> |
| <property name="commerceExpense" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`commerceexpense`" precision="16" scale="2"/> |
| </property> |
| <property name="borderTransportCharges" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`bordertransportcharges`" precision="16" scale="2"/> |
| </property> |
| <property name="borderPlace" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`borderplace`" length="40"/> |
| </property> |
| <property name="loadCharges" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`loadcharges`" precision="16" scale="2"/> |
| </property> |
| <property name="arrivalPlace" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`arrivalplace`" length="40"/> |
| </property> |
| <property name="insuranceCharges" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`insurancecharges`" precision="16" scale="2"/> |
| </property> |
| <property name="totalBasisSum" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totalbasissum`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method5AdditionalSumTypeImpl" entity-name="Method5AdditionalSumType" abstract="false" lazy="false" table="`method5additionalsumtype`"> |
| <meta attribute="eclassName">Method5AdditionalSumType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="workingStockCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`workingstockcost`" precision="16" scale="2"/> |
| </property> |
| <property name="productionToolkitCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`productiontoolkitcost`" precision="16" scale="2"/> |
| </property> |
| <property name="productionStoreCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`productionstorecost`" precision="16" scale="2"/> |
| </property> |
| <property name="designPayment" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`designpayment`" precision="16" scale="2"/> |
| </property> |
| <property name="totalAdditionalPayment" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totaladditionalpayment`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method5BasisTypeImpl" entity-name="Method5BasisType" abstract="false" lazy="false" table="`method5basistype`"> |
| <meta attribute="eclassName">Method5BasisType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="storeExpense" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`storeexpense`" precision="16" scale="2"/> |
| </property> |
| <property name="productionExpense" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`productionexpense`" precision="16" scale="2"/> |
| </property> |
| <property name="borderTransportCharge" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`bordertransportcharge`" precision="16" scale="2"/> |
| </property> |
| <property name="packageExpense" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`packageexpense`" precision="16" scale="2"/> |
| </property> |
| <property name="otherExpense" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`otherexpense`" precision="16" scale="2"/> |
| </property> |
| <property name="exportProfit" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`exportprofit`" precision="16" scale="2"/> |
| </property> |
| <property name="totalBasisAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totalbasisamount`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method6BasisTypeImpl" entity-name="Method6BasisType" abstract="false" lazy="false" table="`method6basistype`"> |
| <meta attribute="eclassName">Method6BasisType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="currencyAmount" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`currencyamount`" precision="16" scale="2"/> |
| </property> |
| <property name="currencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`currencycode`" length="3"/> |
| </property> |
| <property name="roubleAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`roubleamount`" precision="16" scale="2"/> |
| </property> |
| <property name="currencyRate" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`currencyrate`" precision="11" scale="4"/> |
| </property> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.Method6CalculationTypeImpl" entity-name="Method6CalculationType" abstract="false" lazy="false" table="`method6calculationtype`"> |
| <meta attribute="eclassName">Method6CalculationType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <list name="calcilationDescription" table="`me_calcilationdescription`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`method6calculationtype_id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`method6calculationtyp_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| </class> |
| <class name="customs.ru.esaddts.common.aggregate.types._3._0._1.impl.ReasonApplyMethodTypeImpl" entity-name="ReasonApplyMethodType" abstract="false" lazy="false" table="`reasonapplymethodtype`"> |
| <meta attribute="eclassName">ReasonApplyMethodType</meta> |
| <meta attribute="epackage">urn:customs.ru:ESADDTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <list name="reasonDescription" table="`reasona_reasondescription`" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`reasonapplymethodtype__id`" not-null="true" unique="false"/> |
| </key> |
| <list-index column="`reasonapplymethodtype_idx`"/> |
| <element type="java.lang.String"/> |
| </list> |
| </class> |
| <joined-subclass name="customs.ru.ekts.common.aggregate.types._3._0._1.impl.KTSContractTermsTypeImpl" entity-name="KTSContractTermsType" abstract="false" lazy="false" extends="ESADContractCostType" table="`ktscontracttermstype`"> |
| <meta attribute="eclassName">KTSContractTermsType</meta> |
| <meta attribute="epackage">urn:customs.ru:EKTSCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`esadcontractcosttype_e_id`"/> |
| </key> |
| <many-to-one name="deliveryTerms" entity-name="DeliveryTermsType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`deliverytermstype_deli_id`"/> |
| </many-to-one> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.ekts.common.aggregate.types._3._0._1.impl.KTSCustomsPaymentCalculationTypeImpl" entity-name="KTSCustomsPaymentCalculationType" abstract="false" lazy="false" extends="CustomsPaymentCalculationType" table="`ktscustomspaymentcalculat`"> |
| <meta attribute="eclassName">KTSCustomsPaymentCalculationType</meta> |
| <meta attribute="epackage">urn:customs.ru:EKTSCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`customspaymentcalculat_id`"/> |
| </key> |
| <property name="precedingPaymentAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`precedingpaymentamount`" precision="16" scale="2"/> |
| </property> |
| <property name="changeAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`changeamount`" precision="16" scale="2"/> |
| </property> |
| <property name="precedingPaymentCurrencyCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`precedingpaymentcurrency"/> |
| </property> |
| </joined-subclass> |
| <class name="customs.ru.ekts.common.aggregate.types._3._0._1.impl.KTSFillTypeImpl" entity-name="KTSFillType" abstract="false" lazy="false" table="`ktsfilltype`"> |
| <meta attribute="eclassName">KTSFillType</meta> |
| <meta attribute="epackage">urn:customs.ru:EKTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="kTSFilledDate" lazy="false" insert="true" update="true" not-null="true" unique="false" type="org.eclipse.emf.teneo.hibernate.mapping.XSDDate"> |
| <column not-null="true" unique="false" name="`ktsfilleddate`"/> |
| </property> |
| <many-to-one name="kTSFilledPerson" entity-name="ESADFilledPersonType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`esadfilledpersontype_k_id`"/> |
| </many-to-one> |
| <many-to-one name="kTSFilledBroker" entity-name="CustomsBrokerType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`customsbrokertype_ktsf_id`"/> |
| </many-to-one> |
| </class> |
| <joined-subclass name="customs.ru.ekts.common.aggregate.types._3._0._1.impl.KTSGoodsItemTypeImpl" entity-name="KTSGoodsItemType" abstract="false" lazy="false" extends="GoodsItemBaseType" table="`ktsgoodsitemtype`"> |
| <meta attribute="eclassName">KTSGoodsItemType</meta> |
| <meta attribute="epackage">urn:customs.ru:EKTSCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`goodsitembasetype_e_id`"/> |
| </key> |
| <property name="adjustment1TypeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`adjustment1typecode`" length="1"/> |
| </property> |
| <property name="adjustment2TypeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`adjustment2typecode`" length="4"/> |
| </property> |
| <property name="adjustment3TypeCode" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`adjustment3typecode`" length="1"/> |
| </property> |
| <property name="additionalSheetNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`additionalsheetnumber`" precision="5" scale="0"/> |
| </property> |
| <property name="sheetPartNumeric" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`sheetpartnumeric`" precision="1" scale="0"/> |
| </property> |
| <property name="previousCustomsCost" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`previouscustomscost`" precision="16" scale="2"/> |
| </property> |
| <property name="totalCorrectedCost" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totalcorrectedcost`" precision="16" scale="2"/> |
| </property> |
| <property name="kTS1FormNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`kts1formnumber`" length="8"/> |
| </property> |
| <property name="kTS2FormNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`kts2formnumber`" length="8"/> |
| </property> |
| <property name="previousKTSFormNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`previousktsformnumber`" length="8"/> |
| </property> |
| <property name="kTSKind" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`ktskind`" precision="1" scale="0"/> |
| </property> |
| <property name="conformityStatCostIndicator" lazy="false" insert="true" update="true" not-null="false" unique="false" type="boolean"> |
| <column not-null="false" unique="false" name="`conformitystatcostindica"/> |
| </property> |
| <many-to-one name="supplementaryQuantity" entity-name="SupplementaryQuantityType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`supplementaryquantityt_id`"/> |
| </many-to-one> |
| <list name="supplementaryQuantity1" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsgoodsitemtype_suppl_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsgoodsitemtype_supp_idx`"/> |
| <one-to-many entity-name="SupplementaryQuantityType"/> |
| </list> |
| <many-to-one name="kTSGoodsPackaging" entity-name="ESADGoodsPackagingType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`esadgoodspackagingtype_id`"/> |
| </many-to-one> |
| <list name="goodsGroupDescription" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsgoodsitemtype_goods_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsgoodsitemtype_good_idx`"/> |
| <one-to-many entity-name="GoodsGroupDescriptionType"/> |
| </list> |
| </joined-subclass> |
| <class name="customs.ru.ekts.common.aggregate.types._3._0._1.impl.KTSGoodsShipmentTypeImpl" entity-name="KTSGoodsShipmentType" abstract="false" lazy="false" table="`ktsgoodsshipmenttype`"> |
| <meta attribute="eclassName">KTSGoodsShipmentType</meta> |
| <meta attribute="epackage">urn:customs.ru:EKTSCommonAggregateTypes:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <property name="totalGoodsNumber" lazy="false" insert="true" update="true" not-null="true" unique="false" type="java.math.BigInteger"> |
| <column not-null="false" unique="false" name="`totalgoodsnumber`" precision="5"/> |
| </property> |
| <property name="totalSheetNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totalsheetnumber`" precision="5" scale="0"/> |
| </property> |
| <property name="kTS1FormNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`kts1formnumber`" length="8"/> |
| </property> |
| <property name="previosKTS1FormNumber" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`previoskts1formnumber`" length="8"/> |
| </property> |
| <property name="totalCustomsAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`totalcustomsamount`" precision="16" scale="2"/> |
| </property> |
| <property name="previousTotalCustomsAmount" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.math.BigDecimal"> |
| <column not-null="false" unique="false" name="`previoustotalcustomsamoun`" precision="16" scale="2"/> |
| </property> |
| </class> |
| <joined-subclass name="customs.ru.ekts.common.aggregate.types._3._0._1.impl.KTSReasonDocumentsTypeImpl" entity-name="KTSReasonDocumentsType" abstract="false" lazy="false" extends="PresentedDocumentType" table="`ktsreasondocumentstype`"> |
| <meta attribute="eclassName">KTSReasonDocumentsType</meta> |
| <meta attribute="epackage">urn:customs.ru:EKTSCommonAggregateTypes:3.0.1</meta> |
| <key> |
| <column name="`presenteddocumenttype__id`"/> |
| </key> |
| <property name="presentedDocumentModeCode" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`presenteddocumentmodecode`" length="4"/> |
| </property> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.information.customs.documents.kt.sout._3._0._1.impl.KTSoutGoodsItemTypeImpl" entity-name="KTSoutGoodsItemType" abstract="false" lazy="false" extends="KTSGoodsItemType" table="`ktsoutgoodsitemtype`"> |
| <meta attribute="eclassName">KTSoutGoodsItemType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:KTSout:3.0.1</meta> |
| <key> |
| <column name="`ktsgoodsitemtype_e_id`"/> |
| </key> |
| <many-to-one name="kTSoutPresentedDocuments" entity-name="KTSoutPresentedDocumentsType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`ktsoutpresenteddocumen_id`"/> |
| </many-to-one> |
| <list name="kTSoutCustomsPaymentCalculation" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsoutgoodsitemtype_kt_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsoutgoodsitemtype_k_idx`"/> |
| <one-to-many entity-name="KTSCustomsPaymentCalculationType"/> |
| </list> |
| </joined-subclass> |
| <joined-subclass name="customs.ru.information.customs.documents.kt.sout._3._0._1.impl.KTSoutGoodsShipmentTypeImpl" entity-name="KTSoutGoodsShipmentType" abstract="false" lazy="false" extends="KTSGoodsShipmentType" table="`ktsoutgoodsshipmenttype`"> |
| <meta attribute="eclassName">KTSoutGoodsShipmentType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:KTSout:3.0.1</meta> |
| <key> |
| <column name="`ktsgoodsshipmenttype_e_id`"/> |
| </key> |
| <many-to-one name="kTSContractTerms" entity-name="KTSContractTermsType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`ktscontracttermstype_k_id`"/> |
| </many-to-one> |
| <many-to-one name="kTSoutFilledPerson" entity-name="KTSFillType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`ktsfilltype_ktsoutfill_id`"/> |
| </many-to-one> |
| <list name="kTSoutGoodsItem" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsoutgoodsshipmenttyp_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsoutgoodsshipmentty_idx`"/> |
| <one-to-many entity-name="KTSoutGoodsItemType"/> |
| </list> |
| </joined-subclass> |
| <class name="customs.ru.information.customs.documents.kt.sout._3._0._1.impl.KTSoutPresentedDocumentsTypeImpl" entity-name="KTSoutPresentedDocumentsType" abstract="false" lazy="false" table="`ktsoutpresenteddocumentst`"> |
| <meta attribute="eclassName">KTSoutPresentedDocumentsType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:KTSout:3.0.1</meta> |
| <id type="long" name="e_id" column="e_id" access="org.eclipse.emf.teneo.hibernate.mapping.identifier.IdentifierPropertyHandler"> |
| <meta attribute="syntheticId">true</meta> |
| <generator class="native"/> |
| </id> |
| <version name="e_version" column="e_version" access="org.eclipse.emf.teneo.hibernate.mapping.property.VersionPropertyHandler"> |
| <meta attribute="syntheticVersion">true</meta> |
| </version> |
| <list name="kTSoutBAsicPresentedDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsoutpresenteddocumen_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsoutpresenteddocume_idx`"/> |
| <one-to-many entity-name="ESADBasicPresentedDocumentType"/> |
| </list> |
| <list name="paymentPrivilegeDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsoutpresenteddocumen_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsoutpresenteddocume_idx`"/> |
| <one-to-many entity-name="PaymentPrivilegeDocumentType"/> |
| </list> |
| <list name="paymentGuaranteeDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsoutpresenteddocumen_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsoutpresenteddocume_idx`"/> |
| <one-to-many entity-name="PaymentGuaranteeDocumentType"/> |
| </list> |
| <list name="exciseDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsoutpresenteddocumen_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsoutpresenteddocume_idx`"/> |
| <one-to-many entity-name="ExciseDocumentType"/> |
| </list> |
| <list name="economicAreaDocuments" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsoutpresenteddocumen_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsoutpresenteddocume_idx`"/> |
| <one-to-many entity-name="EconomicAreaDocumentsType"/> |
| </list> |
| <list name="warehouseDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsoutpresenteddocumen_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsoutpresenteddocume_idx`"/> |
| <one-to-many entity-name="WarehouseDocumentType"/> |
| </list> |
| <list name="processingDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsoutpresenteddocumen_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsoutpresenteddocume_idx`"/> |
| <one-to-many entity-name="ProcessingDocumentType"/> |
| </list> |
| <list name="reimportDocument" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsoutpresenteddocumen_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsoutpresenteddocume_idx`"/> |
| <one-to-many entity-name="ReimportDocumentType"/> |
| </list> |
| <list name="kTSReasonDocuments" lazy="true" cascade="all,delete-orphan"> |
| <key update="true"> |
| <column name="`ktsoutpresenteddocumen_id`" not-null="false" unique="false"/> |
| </key> |
| <list-index column="`ktsoutpresenteddocume_idx`"/> |
| <one-to-many entity-name="KTSReasonDocumentsType"/> |
| </list> |
| </class> |
| <joined-subclass name="customs.ru.information.customs.documents.kt.sout._3._0._1.impl.KTSoutTypeImpl" entity-name="KTSoutType" abstract="false" lazy="false" extends="BaseDocType" table="`ktsouttype`"> |
| <meta attribute="eclassName">KTSoutType</meta> |
| <meta attribute="epackage">urn:customs.ru:Information:CustomsDocuments:KTSout:3.0.1</meta> |
| <key> |
| <column name="`basedoctype_e_id`"/> |
| </key> |
| <property name="gTDDocumentID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`gtddocumentid`" length="36"/> |
| </property> |
| <many-to-one name="kTSoutGoodsShipment" entity-name="KTSoutGoodsShipmentType" cascade="all" lazy="false" insert="true" update="true" not-null="true"> |
| <column not-null="true" unique="false" name="`ktsoutgoodsshipmenttyp_id`"/> |
| </many-to-one> |
| <many-to-one name="gTDNumber" entity-name="GTDIDType" cascade="all" lazy="false" insert="true" update="true" not-null="false"> |
| <column not-null="false" unique="false" name="`gtdidtype_gtdnumber_e_id`"/> |
| </many-to-one> |
| <property name="documentModeID" lazy="false" insert="true" update="true" not-null="false" unique="false" type="java.lang.String"> |
| <column not-null="false" unique="false" name="`documentmodeid`" length="30"/> |
| </property> |
| </joined-subclass> |
| </hibernate-mapping> |