| Modifier and Type | Method and Description |
|---|---|
Render |
Jpa.all(GenericDAO dao,
javax.servlet.http.HttpServletRequest request,
String action,
String id,
String name,
String callback)
Manage all action.
|
Render |
Jpa.create(GenericDAO dao,
javax.servlet.http.HttpServletRequest request,
String callback)
Create an entity with request parameters.
|
Render |
Jpa.delete(GenericDAO dao,
javax.servlet.http.HttpServletRequest request,
String callback,
String id)
Delete an entity identify by an identifier.
|
Render |
Jpa.exec(GenericDAO dao,
javax.servlet.http.HttpServletRequest request,
String callback,
String name)
Execute the query as write with as parameter the request parameter and
identify by a name.
|
Render |
Jpa.find(GenericDAO dao,
javax.servlet.http.HttpServletRequest request,
String callback,
String id)
Find an entity by an identifier.
|
Render |
Jpa.query(GenericDAO dao,
javax.servlet.http.HttpServletRequest request,
String callback,
String name)
Execute the query as read with as parameter the request parameter and
identify by a name.
|
Render |
Jpa.update(GenericDAO dao,
javax.servlet.http.HttpServletRequest request,
String callback,
String id)
Update an entity with request parameter and identify by an identifier.
|
Copyright © 2011–2014 Debux. All rights reserved.