|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjhomenet.server.dao.txt.ResponseDaoTxt
public class ResponseDaoTxt
TODO: Class description.
Id: $Id: $
| Constructor Summary | |
|---|---|
ResponseDaoTxt()
|
|
| Method Summary | |
|---|---|
void |
clear()
Affects every managed instance in the current persistence context! |
java.util.List<Response> |
findAll()
List of all of the entities. |
java.util.List<Response> |
findByExample(Response exampleInstance,
java.lang.String... excludeProperty)
Find an entity by example. |
Response |
findById(java.lang.Long id,
boolean lock)
Find an entity object given the entity's ID. |
void |
flush()
Affects every managed instance in the current persistence context! |
Response |
makePersistent(Response entity)
Make an entity object persistent. |
void |
makeTransient(Response entity)
Make a currently persistent entity object transient. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseDaoTxt()
| Method Detail |
|---|
public void clear()
GenericDao
clear in interface GenericDao<Response,java.lang.Long>GenericDao.clear()public java.util.List<Response> findAll()
GenericDao
findAll in interface GenericDao<Response,java.lang.Long>GenericDao.findAll()
public java.util.List<Response> findByExample(Response exampleInstance,
java.lang.String... excludeProperty)
GenericDao
findByExample in interface GenericDao<Response,java.lang.Long>GenericDao.findByExample(java.lang.Object, java.lang.String[])
public Response findById(java.lang.Long id,
boolean lock)
GenericDao
findById in interface GenericDao<Response,java.lang.Long>GenericDao.findById(java.io.Serializable, boolean)public void flush()
GenericDao
flush in interface GenericDao<Response,java.lang.Long>GenericDao.flush()public Response makePersistent(Response entity)
GenericDao
makePersistent in interface GenericDao<Response,java.lang.Long>entity - The entity object to persist
GenericDao.makePersistent(java.lang.Object)public void makeTransient(Response entity)
GenericDao
makeTransient in interface GenericDao<Response,java.lang.Long>entity - The entity object to make persistentGenericDao.makeTransient(java.lang.Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||