-
Notifications
You must be signed in to change notification settings - Fork 2
Goals & Features
gklp edited this page Aug 9, 2014
·
5 revisions
When we start to write applications, we are generally using database platforms. And then do some operations data that on database. We are convert to object from data that on database. The most important point. Convert to object, than use simple it.
Features
1. CriteriaAPI
You don't write no more, native sql query. Criteria API helps to you.
- CriteriaApiDelete
- CriteriaApiUpdate
- CriteriaApiInsert
- CriteriaApiWhere
- CriteriaApiLike
- CriteriaApiIn
- CriteriaApiFields
- CriteriaApiSum
- CriteriaApiCount
- CriteriaApiLimit
- CriteriaApiDistinct
- CriteriaApiOrderBy
2. NaviteAPI
if you want to write native sql query, you can do this with Native API.
- executeQuery
- getQueryResultFetchArray
- getQueryAffectedRows
- resultCount
- setRealEscapeString
- connectionClose
Call After Insert Operation
- getInsertId
- getLastInsertId