BeetlSQL 2.12.10 release, Java Dao tools

This release increases both small function for some advanced applications

* SQLManager increase vaidateSqlId method for checking template sql statement is correct, if not correct, return an error symbol, the cause and the appropriate number of rows

* SQLManager increase containSqlId method for determining whether there is a template sql

maven

<dependency>
  <groupId>com.ibeetl</groupId>
  <artifactId>beetlsql</artifactId>
  <version>2.12.10.RELEASE</version>
</dependency>

BeetSql DAO is a full-featured tool, but also has the advantage of Hibernate & Mybatis advantage of capabilities for SQL admitted to the center, while demand tool can automatically generate a large number of commonly used SQL applications.

  • No need to comment, automatic generation of a large number of built-in SQL, easily complete CRUD functions

  • Data model supports Pojo, also supports Map / List This rapid model also supports hybrid model

  • SQL in a more concise way, Markdown centralized management, and facilitate program development and debugging SQL database.

  • SQL template based Beetl achieved, easier to write and debug, as well as extended

  • A large number of built-in SQL, the built-in template queries, Query class provides other ways to avoid the handwritten SQL

  • Simple support without introducing complex relational mapping OR Mapping concepts and techniques.

  • With Interceptor function, you can debug, diagnostic performance SQL, and other extended features

  • Built-in support from a master database, by extension, to support more complex logic sub-library sub-table

  • Support for cross-database platform, developers needed to work to minimize

Guess you like

Origin www.oschina.net/news/109368/beetlsql-2-12-10-released