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

resources.isy-batchrahmen.hibernate.hibernate-mapping.xml Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
<?xml version="1.0"?>
<!--

    See the NOTICE file distributed with this work for additional
    information regarding copyright ownership.
    The Federal Office of Administration (Bundesverwaltungsamt, BVA)
    licenses this file to you under the Apache License, Version 2.0 (the
    License). You may not use this file except in compliance with the
    License. You may obtain a copy of the License at

        http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    implied. See the License for the specific language governing
    permissions and limitations under the License.

-->
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN" "http://www.hibernate.org/dtd/hibernate-mapping-3.0.dtd">
<hibernate-mapping>
    <!-- ======================================================================
        For applications using the PhysicalNamingStrategyStandardImpl and the current BATCH_STATUS table.
        ====================================================================== -->
    <class name="de.bund.bva.isyfact.batchrahmen.persistence.rahmen.BatchStatus" table="BATCH_STATUS">

        <id name="batchId" type="string" column="BATCH_ID"/>
        <property name="batchName" type="string" column="BATCH_NAME"/>

        <property name="batchStatus" type="string" column="BATCH_STATUS"/>

        <property name="satzNummerLetztesCommit" type="long" column="SATZ_NUMMER_LETZTES_COMMIT"/>
        <property name="schluesselLetztesCommit" type="string" column="SCHLUESSEL_LETZTES_COMMIT"/>

        <property name="datumLetzterStart" type="timestamp" column="DATUM_LETZTER_START"/>
        <property name="datumLetzterAbbruch" type="timestamp" column="DATUM_LETZTER_ABBRUCH"/>
        <property name="datumLetzterErfolg" type="timestamp" column="DATUM_LETZTER_ERFOLG"/>
    </class>

</hibernate-mapping>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy