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

0.2 JFinal-related build files


May 14, 2021 JFinal manual



BaseModel is the base class used to be inherited by the final Model, and all getter and setter methods are generated within this document, thus ensuring that the final Model is clean and clean, without manual maintenance, and can be regenerate once if there is any change in the database.

MappingKit is used to generate a map relationship from table to Model, and it generates a primary/composite primary key configuration, i.e. no model mapping code needs to be written in the configPlugin (Plugins me) method in JFinal 2.1.

DataDictionary refers to a generated data dictionary that generates information such as the name, type, length, notes, primary key, and so on for all fields of the data table.