public class BigIntegerId extends OpenJPAId
subs, type, TYPE_VALUE_SEP
Constructor and Description |
---|
BigIntegerId(Class cls,
BigInteger key) |
BigIntegerId(Class cls,
BigInteger key,
boolean subs) |
BigIntegerId(Class cls,
String key) |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getId() |
Object |
getIdObject()
Return the identity value as an object.
|
protected boolean |
idEquals(OpenJPAId other)
Compare the id to the id of the given instance.
|
protected int |
idHash()
Return the id's hash code.
|
String |
toString() |
compareTo, equals, getType, hashCode, hasSubclasses, setManagedInstanceType, setManagedInstanceType
public BigIntegerId(Class cls, BigInteger key)
public BigIntegerId(Class cls, BigInteger key, boolean subs)
public BigInteger getId()
public Object getIdObject()
OpenJPAId
getIdObject
in class OpenJPAId
protected int idHash()
OpenJPAId
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.