com.j256.ormlite.dao
Class Dao.CreateOrUpdateStatus

java.lang.Object
  extended by 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.


Constructor Summary
Dao.CreateOrUpdateStatus(boolean created, boolean updated, int numberLinesChanged)
           
 
Method Summary
 int getNumLinesChanged()
           
 boolean isCreated()
           
 boolean isUpdated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dao.CreateOrUpdateStatus

public Dao.CreateOrUpdateStatus(boolean created,
                                boolean updated,
                                int numberLinesChanged)
Method Detail

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.