Class InsertObjectQuery

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class InsertObjectQuery
    extends WriteObjectQuery

    Purpose: Used for inserting new objects into the database.

    Description: This class does not have much behavior. It inherits most of it's behavior from WriteObjectQuery

    See Also:
    Serialized Form
    Author:
    Yvon Lavoie
    Since:
    TOPLink/Java 1.0
    • Constructor Detail

      • InsertObjectQuery

        public InsertObjectQuery()
        PUBLIC: Default constructor.
      • InsertObjectQuery

        public InsertObjectQuery​(java.lang.Object objectToInsert)
        PUBLIC: Create an insert query with the object being inserted.
      • InsertObjectQuery

        public InsertObjectQuery​(Call call)
        PUBLIC: Create an insert query with the custom call.