com.j256.ormlite.dao
Class Dao.CreateOrUpdateStatus
java.lang.Object
com.j256.ormlite.dao.Dao.CreateOrUpdateStatus
- Enclosing interface:
- Dao<T,ID>
public static class Dao.CreateOrUpdateStatus
- extends Object
Return class for the Dao.createOrUpdate(Object)
method.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Dao.CreateOrUpdateStatus
public Dao.CreateOrUpdateStatus(boolean created,
boolean updated,
int numberLinesChanged)
isCreated
public boolean isCreated()
isUpdated
public boolean isUpdated()
getNumLinesChanged
public int getNumLinesChanged()
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.