On This Page

The DAO Classes

The dao classes only exist for apps that talk to oracle thru Hibernate. They are usually generated by Hibernate.

Dao classes retrieve data from the database and convert it directly into biz model classes.

  • No labels