Name
rose-jade -- java access database engine.
This is a module of the web framework project named rose.
Version
This document describes rose-jade v1.1 release on Dec 29, 2011.
Description
A jade's DAO class is like this:
@DAO
public interface TestDAO {
@SQL("select id,name,city,age from info where uid in (:uids) ")
public List<Info> findInfo(@SQLParam("uids") List<Long> uids);
}
It is no need any more to do.
ChangeLog
v1.1.0 Import the code from googel code.
v1.1.1 Fixed the bachUpdate method return wrong returnType.
TODO
Author
qieqie.wang@gmail.com
han.liao
weibo.li
54chen
and everyone @renren
Copyright & License
Licensed 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.