Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

0.3 The main advantage of models when combined with bean


May 14, 2021 JFinal manual



  • Take advantage of a huge number of third-party tools designed for beans, such as jackson, freemarker
  • Quickly respond to database table changes, refactor quickly, improve development efficiency and improve code quality
  • Having an IDE code prompts you not to remember the data sheet field name eliminates the memory burden and avoids hand errors in the handwritten field name
  • BaseModel is designed to remain refreshing in the Model, refactoring associated code as the table structure changes
  • Automate table-to-Model mapping
  • Automate the identification and mapping of primary keys and composite primary key names
  • MappingKit hosts the mapping code, and JFinalConfig stays clean and refreshing
  • Helps you use Model in distributed scenarios and without data sources
  • The new design avoids some of the disadvantages of previous automatic scan mapping designs: introducing new concepts, such as annotations, increases learning costs, low performance, and low reliability and security for jar packet scanning