- entityClass - Variable in class org.debux.webmotion.jpa.GenericDAO
-
Current entity class do crud
- equals(Object) - Method in class org.debux.webmotion.jpa.IdentifiableEntity
-
- exec(String, GenericDAO.Parameters) - Method in class org.debux.webmotion.jpa.GenericDAO
-
Execute a query named as write in entity.
- exec(GenericDAO, HttpServletRequest, String, String) - Method in class org.debux.webmotion.jpa.Jpa
-
Execute the query as write with as parameter the request parameter and
identify by a name.
- extract(Query, GenericDAO.Parameters) - Method in class org.debux.webmotion.jpa.GenericDAO
-
Set parameter in the query.
- extract(GenericDAO.Parameters) - Method in class org.debux.webmotion.jpa.GenericDAO
-
Create a new entity with parameters.
- extract(IdentifiableEntity, GenericDAO.Parameters) - Method in class org.debux.webmotion.jpa.GenericDAO
-
Complete entity with parameters.