1 个仓库
Tools that automatically generate plain Java objects from database schema definitions.
Distinct from Java Code Generators: The provided candidates focus on ASTs, Protobuf, or JSON schemas, not direct database-to-POJO generation.
Explore 1 awesome GitHub repository matching development tools & productivity · Java POJO Generators. Refine with filters or upvote what's useful.
Screw 是一个数据库模式分析工具,用于自动生成技术文档和 Java 数据对象。它扫描数据库表以导出其定义,将模式元数据转换为结构化报告和应用程序代码。 该项目根据现有的数据库表结构生成普通 Java 对象 (POJO) 以实现数据建模自动化。它还生成 HTML、Word 和 Markdown 格式的数据库模式文档。 该系统包括使用名称模式进行表导出过滤、基于 JDBC 的模式提取,以及将数据库列类型映射到 Java 语言类型的模板化代码生成功能。
Automatically generates plain Java objects based on existing database table structures to streamline data modeling.