Package com.nt.udc.db

Interface SqlPersistable

All Superinterfaces:
Serializable

public interface SqlPersistable extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    This method is used to persist this SqlPersistable object to an SQL based database.
  • 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.