Save This Page
Home » apache-openjpa-1.1.0-source » org.apache.openjpa » util » [javadoc | source]
org.apache.openjpa.util
public final class: IntId [javadoc | source]
java.lang.Object
   org.apache.openjpa.util.OpenJPAId
      org.apache.openjpa.util.IntId

All Implemented Interfaces:
    Serializable, Comparable

OpenJPAId subclass appropriate for int fields.
Fields inherited from org.apache.openjpa.util.OpenJPAId:
type,  subs
Constructor:
 public IntId(Class cls,
    Integer key) 
 public IntId(Class cls,
    String key) 
 public IntId(Class cls,
    int key) 
 public IntId(Class cls,
    int key,
    boolean subs) 
Method from org.apache.openjpa.util.IntId Summary:
getId,   getIdObject,   idEquals,   idHash,   toString
Methods from org.apache.openjpa.util.OpenJPAId:
compareTo,   equals,   getIdObject,   getType,   hasSubclasses,   hashCode,   idEquals,   idHash,   setManagedInstanceType,   setManagedInstanceType,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.openjpa.util.IntId Detail:
 public int getId() 
 public Object getIdObject() 
 protected boolean idEquals(OpenJPAId o) 
 protected int idHash() 
 public String toString()