Package org.apache.openjpa.kernel
Class BrokerImpl.StateManagerId
- java.lang.Object
-
- org.apache.openjpa.kernel.BrokerImpl.StateManagerId
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BrokerImpl
public static class BrokerImpl.StateManagerId extends java.lang.Object implements java.io.Serializable
Unique id for state managers of new datastore instances without assigned object ids.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
STRING_PREFIX
-
Constructor Summary
Constructors Constructor Description StateManagerId(java.lang.String str)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
static BrokerImpl.StateManagerId
newInstance(Broker b)
java.lang.String
toString()
-
-
-
Field Detail
-
STRING_PREFIX
public static final java.lang.String STRING_PREFIX
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
public static BrokerImpl.StateManagerId newInstance(Broker b)
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-