sqlmaps.LookupSQL.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of appfuse-ibatis Show documentation
Show all versions of appfuse-ibatis Show documentation
AppFuse DAO backend implemented with iBATIS (http://ibatis.apache.org).
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE sqlMap PUBLIC "-//ibatis.apache.org//DTD SQL Map 2.0//EN" "http://ibatis.apache.org/dtd/sql-map-2.dtd"> <sqlMap namespace="LookupSQL"> <select id="getRoles" resultClass="org.appfuse.model.Role"> <![CDATA[ select name, description from role ]]> </select> </sqlMap>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy