jSqlBox 4.0.1ダウンロード

更新内容

1. From this version, all dependencies are embedded with a way to integrate the source code in the project, there is no longer any external library dependencies, and released a single jar package about the size of 1M. Although the size looks a bit big, but it provides functionality equivalent to the following main functions of the software combination, it still can be used to describe the short and pithy:

  • DbUtils of JDBC operations
  • Spring’s dependency injection and declarative transaction
  • MyBatis entities associated with the query
  • Hibernate DDL generation, dialect database entity CURD         
  • Sharding-JDBC sub-library sub-table
  • Seata distributed transaction (rollback automatically created based on SQL, non-invasive business)   

2. [#IUVVF] dialect database from the original enumerated type to form a normal class, so that the user’s own database to add a new dialect, although already comes jSqlBox 80 dialects, but it is possible to add a custom dialects improvements in infrastructure.  
    Dialect use examples:

  • Dialect dialect = Dialect.MySQL57InnoDBDialect; // use the system comes dialect  
  • Dialect myDialect = new Dialect ( “My"); // a new user-defined database dialects, dialect each attribute is empty, the need to manually set   
  • Dialect myDialect = new Dialect ( “Oracle9iDialect"); // manually customize a new dialect to existing “Oracle9iDialect" dialect as a template, you can modify its properties in the individual on the basis of this template  

詳細こちら

Software

Posted by arkgame