public interface SqlRepository
| Modifier and Type | Method and Description |
|---|---|
int[] |
persist(SqlPersistable sp)
This method is used to persist a single SqlPersistable object to the
repository.
|
int[] |
persist(SqlPersistable[] sps)
This method is used to do a bulk persist of an array of SqlPersistable
objects into the repository.
|
int[] persist(SqlPersistable sp) throws APIException, java.lang.Exception
sp - The single SqlPersistable object.APIExceptionjava.lang.Exceptionint[] persist(SqlPersistable[] sps) throws APIException, java.lang.Exception
sps - The array of SqlPersistable objects.APIExceptionjava.lang.Exception