| Home >> All >> org >> enableit >> db >> [ dao Javadoc ] |
org.enableit.db.dao: Javadoc index of package org.enableit.db.dao.
Package Samples:
org.enableit.db.dao
Classes:
Jdbc2Dao: Implementation of Data Access Object backed by JDBC calls. Since this class requires no additional metadata file to map Bean properties to database columns, it must rely on a naming convention in order to construct the correct SQL. It is expected that this restriction will be acceptable for applications where UI and function is more important than database design, and where there is no existing database. The convention is as follows: Bean name must be Bean e.g. for a table named Task, bean name must be TaskBean. The database key column must be named Id, except that the initial will be lower case. ...
| Home | Contact Us | Privacy Policy | Terms of Service |