com.dyuproject.demos.todolist.dao
Class AbstractDao
java.lang.Object
com.dyuproject.ext.jpa.DefaultDao
com.dyuproject.demos.todolist.dao.AbstractDao
- Direct Known Subclasses:
- TodoDao, UserDao
public abstract class AbstractDao
- extends DefaultDao
- Author:
- David Yu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONSTRAINT_VIOLATION
protected static final String CONSTRAINT_VIOLATION
- See Also:
- Constant Field Values
AbstractDao
public AbstractDao()
setCurrentFeedback
public static void setCurrentFeedback(Feedback feedback)
getCurrentFeedback
public static Feedback getCurrentFeedback()
Copyright © 2013. All Rights Reserved.