Package com.nt.udc.db
Interface SqlPersistable
- All Superinterfaces:
Serializable
-
Method Summary
-
Method Details
-
persist
SqlCmdSet persist()This method is used to persist this SqlPersistable object to an SQL based database. All this method really does is return an object that represents the SQL to do the job. This SQL may result in on or more insert or update statements.- Returns:
- The SqlCmdSet object that represents the SQL needed to do the persistence.
-