org.kuali.student.common_test_tester.support
Class MyDaoImpl
java.lang.Object
org.kuali.student.common_test_tester.support.MyDaoImpl
- All Implemented Interfaces:
- MyDao
public class MyDaoImpl
- extends Object
- implements MyDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityManager
private EntityManager entityManager
MyDaoImpl
public MyDaoImpl()
setEntityManager
public void setEntityManager(EntityManager entityManager)
createValue
public String createValue(Value value)
- Specified by:
createValue
in interface MyDao
findValue
public String findValue(String id)
- Specified by:
findValue
in interface MyDao
findValueFromValue
public Value findValueFromValue(String value)
- Specified by:
findValueFromValue
in interface MyDao
updateValue
public boolean updateValue(String id,
String value)
- Specified by:
updateValue
in interface MyDao
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.