Bee 1.4.7 release, DB queries directly enhance returns Json data format

Bee 1.4.7 release, enhanced query DB  direct return  Json  format data.

DB query returns directly Json format data, intermediate processing step to reduce, increase efficiency;

It can be set to ignore null data, reduce delivery pressure, improve the efficiency of mobile phones and other clients;

date, time, timestamp milliseconds may be set to a digital format, it may be set to the string format;

List <String []> select (String sql) was added into an empty configuration null string "."

 

--------------------------------------------------------------

Bee is a simple, efficient, development speed ORM framework.
With time-saving / elegant, simple and automatic style.
Bee is a language closer to SQL ORM framework of thinking,
a development speed and development costs are not poor than php Java ORM framework,
and its encoding complexity is O (1), which uses the Bee, you can not have another dao write code.

Bee describes the main features:

1. The interface is simple and easy to use. Suid  interface contains four methods, corresponding to the SQL language  S Elect, U pdate, I nsert, D elete operation.
2.Javabean no comment, nor need xml mapping file, just pure Javabean can, or even get, set method can not .
3. The automatic filtering and null empty string , determined not to write a bunch of non-null code.
4. Dynamic / any combination of search criteria, do not need to prepare in advance dao interfaces, there are new query demand without modifying or adding interface .
5. Support direct return  Json  format query results; chain programming.

Guess you like

Origin www.oschina.net/news/109337/bee-1-4-7-released