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

oftendb.test1mapper.include.base.xml Maven / Gradle / Ivy

<delete id="deleteById">
    DELETE FROM $[tableName] WHERE `id`=#{id};
</delete>

<select id="getById" resultType="$[entity]">
    SELECT * FROM $[tableName] WHERE `id`=#{id};
</select>







© 2015 - 2024 Weber Informatics LLC | Privacy Policy