|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kodo.jdbc.meta.LockGroup
public class LockGroup
A group of fields that are versioned together.
Field Summary | |
---|---|
static String |
NAME_DEFAULT
Name of the default lock group. |
Constructor Summary | |
---|---|
LockGroup(String name)
Constructor; supply name. |
Method Summary | |
---|---|
int |
compareTo(Object other)
|
boolean |
equals(Object other)
|
String |
getName()
The name of this lock group. |
int |
hashCode()
|
boolean |
isDefault()
Whether this is the default lock group. |
boolean |
isDirty(OpenJPAStateManager sm)
Whether this lock group is dirty for the given instance. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String NAME_DEFAULT
Constructor Detail |
---|
public LockGroup(String name)
Method Detail |
---|
public String getName()
public boolean isDirty(OpenJPAStateManager sm)
public boolean isDefault()
public int hashCode()
hashCode
in class Object
public boolean equals(Object other)
equals
in class Object
public int compareTo(Object other)
compareTo
in interface Comparable
public String toString()
toString
in class Object
|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |