public interface ObjectModification
extends java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static ObjectModification |
INSERT
Default implementation of this interface usable for INSERT.
|
static long |
serialVersionUID |
static ObjectModification |
UPDATE
Default implementation of this interface usable for UPDATE.
|
Modifier and Type | Method and Description |
---|---|
boolean |
needsInsert()
Returns true if the underlying Object needs an INSERT statement.
|
boolean |
needsUpdate()
Returns true if the underlying Object needs an UPDATE statement.
|
static final long serialVersionUID
static final ObjectModification INSERT
static final ObjectModification UPDATE
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30