public final class FloatId extends OpenJPAId
OpenJPAId subclass appropriate for float fields.subs, type, TYPE_VALUE_SEP| Constructor and Description | 
|---|
FloatId(Class cls,
       float key)  | 
FloatId(Class cls,
       Float key)  | 
FloatId(Class cls,
       float key,
       boolean subs)  | 
FloatId(Class cls,
       String key)  | 
| Modifier and Type | Method and Description | 
|---|---|
float | 
getId()  | 
Object | 
getIdObject()
Return the identity value as an object. 
 | 
protected boolean | 
idEquals(OpenJPAId o)
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, setManagedInstanceTypepublic FloatId(Class cls, float key)
public FloatId(Class cls, float key, boolean subs)
public float getId()
public Object getIdObject()
OpenJPAIdgetIdObject in class OpenJPAIdprotected int idHash()
OpenJPAIdCopyright © 2006–2022 Apache Software Foundation. All rights reserved.