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

jasmine.demo.sample.mapper.SampleMapper.xml Maven / Gradle / Ivy

The newest version!
<!DOCTYPE mapper
        PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
        "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="jasmine.demo.sample.mapper.SampleMapper">

    <resultMap id="sample" type="jasmine.demo.sample.entity.Sample">
    </resultMap>

</mapper>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy