随笔分类 -  Database

摘要:这篇文章学习如何使用Torque,作为一个ORM(a tool that maps relational databases to java classes) 用Torque访问数据库,需要如下步骤 定义描述数据库结构(tables, columns等)的schema文件 通过schema生成cla 阅读全文
posted @ 2016-06-03 00:29 看起来很好吃 阅读(1421) 评论(0) 推荐(0)
摘要:Introduction Apache Torque is an object-relational mapper for java. In other words, Torque lets you access and manipulate data in a relational databas 阅读全文
posted @ 2016-06-02 23:07 看起来很好吃 阅读(1272) 评论(0) 推荐(0)
摘要:Introduction DdlUtils is a small, easy-to-use component for working with Database Definition (DDL) files. These are XML files that contain the definit 阅读全文
posted @ 2016-06-02 16:35 看起来很好吃 阅读(2928) 评论(0) 推荐(0)
摘要:Introduction What's JDBC JDBC stands for Java Database Connectivity, which is a standard Java API for database-independent connectivity between the Ja 阅读全文
posted @ 2016-06-02 12:16 看起来很好吃 阅读(329) 评论(0) 推荐(0)