|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.identity.SCOID
public final class SCOID
Object identifier for use with nondurable objects to guarantee uniqueness in the JVM (but not in datastore). They can also be used as identifiers for classes that have no database extent. Refer to JDO 2 [5.4.4]. An Object id class must have the following :-
| Field Summary | |
|---|---|
java.lang.String |
objClass
|
| Constructor Summary | |
|---|---|
SCOID(java.lang.String objClass)
Constructs a new SCOID to identify an object of the given class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getSCOClass()
Returns the class of the object identified by this SCOID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final java.lang.String objClass
| Constructor Detail |
|---|
public SCOID(java.lang.String objClass)
objClass - The class of the instance being identified.| Method Detail |
|---|
public java.lang.String getSCOClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||