ObjectDB Database Search

101-150 of 200 results

CharIdentity.CharIdentity(pcClass,str) - JDO Constructor

JDO Constructor in javax.jdo. identity .CharIdentity CharIdentity (   Class pcClass,    String str ) Constructor with class and key. The String must have exactly one character. Parameters: pcClass - the target class str - the key Since: JDO 1.0

CharIdentity.CharIdentity() - JDO Constructor

JDO Constructor in javax.jdo. identity .CharIdentity CharIdentity () Constructor only for Externalizable. Since: JDO 1.0

CharIdentity.getKey() - JDO Method

JDO Method in javax.jdo. identity .CharIdentity char getKey () Return the key. Return: the key Since: JDO 1.0

CharIdentity.toString() - JDO Method

JDO Method in javax.jdo. identity .CharIdentity String toString () Return the String form of the key. Return: the String form of the key Since: JDO 1.0

CharIdentity.equals(obj) - JDO Method

JDO Method in javax.jdo. identity .CharIdentity boolean equals (   Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Return: true if both objects represent the same object id Since: JDO 1.0

CharIdentity.writeExternal(out) - JDO Method

JDO Method in javax.jdo. identity .CharIdentity void writeExternal (   ObjectOutput out ) Write this object. Write the superclass first. Parameters: out - the output Since: JDO 1.0

CharIdentity.readExternal(in) - JDO Method

JDO Method in javax.jdo. identity .CharIdentity void readExternal (   ObjectInput in ) Read this object. Read the superclass first. Parameters: in - the input Since: JDO 1.0

IntIdentity.IntIdentity(pcClass,key) - JDO Constructor

JDO Constructor in javax.jdo. identity .IntIdentity IntIdentity (   Class pcClass,    int key ) Constructor with class and key. Parameters: pcClass - the class key - the key Since: JDO 1.0

IntIdentity.IntIdentity(pcClass,key) - JDO Constructor

JDO Constructor in javax.jdo. identity .IntIdentity IntIdentity (   Class pcClass,    Integer key ) Constructor with class and key. Parameters: pcClass - the class key - the key Since: JDO 1.0

IntIdentity.IntIdentity(pcClass,str) - JDO Constructor

JDO Constructor in javax.jdo. identity .IntIdentity IntIdentity (   Class pcClass,    String str ) Constructor with class and key. Parameters: pcClass - the class str - the key Since: JDO 1.0

IntIdentity.IntIdentity() - JDO Constructor

JDO Constructor in javax.jdo. identity .IntIdentity IntIdentity () Constructor only for Externalizable. Since: JDO 1.0

IntIdentity.getKey() - JDO Method

JDO Method in javax.jdo. identity .IntIdentity int getKey () Return the key. Return: the key Since: JDO 1.0

IntIdentity.toString() - JDO Method

JDO Method in javax.jdo. identity .IntIdentity String toString () Return the String form of the key. Return: the String form of the key Since: JDO 1.0

IntIdentity.equals(obj) - JDO Method

JDO Method in javax.jdo. identity .IntIdentity boolean equals (   Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Return: true if both objects represent the same object id Since: JDO 1.0

IntIdentity.writeExternal(out) - JDO Method

JDO Method in javax.jdo. identity .IntIdentity void writeExternal (   ObjectOutput out ) Write this object. Write the superclass first. Parameters: out - the output Since: JDO 1.0

IntIdentity.readExternal(in) - JDO Method

JDO Method in javax.jdo. identity .IntIdentity void readExternal (   ObjectInput in ) Read this object. Read the superclass first. Parameters: in - the input Since: JDO 1.0

LongIdentity.LongIdentity(pcClass,key) - JDO Constructor

JDO Constructor in javax.jdo. identity .LongIdentity LongIdentity (   Class pcClass,    long key ) Constructor with class and key. Parameters: pcClass - the class key - the key Since: JDO 1.0

LongIdentity.LongIdentity(pcClass,key) - JDO Constructor

JDO Constructor in javax.jdo. identity .LongIdentity LongIdentity (   Class pcClass,    Long key ) Constructor with class and key. Parameters: pcClass - the class key - the key Since: JDO 1.0

LongIdentity.LongIdentity(pcClass,str) - JDO Constructor

JDO Constructor in javax.jdo. identity .LongIdentity LongIdentity (   Class pcClass,    String str ) Constructor with class and key. Parameters: pcClass - the class str - the key Since: JDO 1.0

LongIdentity.LongIdentity() - JDO Constructor

JDO Constructor in javax.jdo. identity .LongIdentity LongIdentity () Constructor only for Externalizable. Since: JDO 1.0

LongIdentity.getKey() - JDO Method

JDO Method in javax.jdo. identity .LongIdentity long getKey () Return the key. Return: the key Since: JDO 1.0

LongIdentity.toString() - JDO Method

JDO Method in javax.jdo. identity .LongIdentity String toString () Return the String form of the key. Return: the String form of the key Since: JDO 1.0

LongIdentity.equals(obj) - JDO Method

JDO Method in javax.jdo. identity .LongIdentity boolean equals (   Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Return: true if both objects represent the same object id Since: JDO 1.0

LongIdentity.writeExternal(out) - JDO Method

JDO Method in javax.jdo. identity .LongIdentity void writeExternal (   ObjectOutput out ) Write this object. Write the superclass first. Parameters: out - the output Since: JDO 1.0

LongIdentity.readExternal(in) - JDO Method

JDO Method in javax.jdo. identity .LongIdentity void readExternal (   ObjectInput in ) Read this object. Read the superclass first. Parameters: in - the input Since: JDO 1.0

ObjectIdentity.ObjectIdentity(pcClass,param) - JDO Constructor

JDO Constructor in javax.jdo. identity .ObjectIdentity ObjectIdentity (   Class pcClass,    Object param ) Constructor with class and key. Parameters: pcClass - the class param - the key Since: JDO 1.0

ObjectIdentity.ObjectIdentity() - JDO Constructor

JDO Constructor in javax.jdo. identity .ObjectIdentity ObjectIdentity () Constructor only for Externalizable. Since: JDO 1.0

ObjectIdentity.getKey() - JDO Method

JDO Method in javax.jdo. identity .ObjectIdentity Object getKey () Return the key. Return: the key Since: JDO 1.0

ObjectIdentity.toString() - JDO Method

JDO Method in javax.jdo. identity .ObjectIdentity String toString () Return the String form of the object id. The class of the object id is written as the first part of the result so that the class can be reconstructed later. Then the toString of the key instance is appended. During construction

ObjectIdentity.equals(obj) - JDO Method

JDO Method in javax.jdo. identity .ObjectIdentity boolean equals (   Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Return: true if both objects represent the same object id Since: JDO 1.0

ObjectIdentity.writeExternal(out) - JDO Method

JDO Method in javax.jdo. identity .ObjectIdentity void writeExternal (   ObjectOutput out ) Write this object. Write the superclass first. Parameters: out - the output Since: JDO 1.0

ObjectIdentity.readExternal(in) - JDO Method

JDO Method in javax.jdo. identity .ObjectIdentity void readExternal (   ObjectInput in ) Read this object. Read the superclass first. Parameters: in - the input Since: JDO 1.0

ShortIdentity.ShortIdentity(pcClass,key) - JDO Constructor

JDO Constructor in javax.jdo. identity .ShortIdentity ShortIdentity (   Class pcClass,    short key ) Constructor with class and key. Parameters: pcClass - the class key - the key Since: JDO 1.0

ShortIdentity.ShortIdentity(pcClass,key) - JDO Constructor

JDO Constructor in javax.jdo. identity .ShortIdentity ShortIdentity (   Class pcClass,    Short key ) Constructor with class and key. Parameters: pcClass - the class key - the key Since: JDO 1.0

ShortIdentity.ShortIdentity(pcClass,str) - JDO Constructor

JDO Constructor in javax.jdo. identity .ShortIdentity ShortIdentity (   Class pcClass,    String str ) Constructor with class and key. Parameters: pcClass - the class str - the key Since: JDO 1.0

ShortIdentity.ShortIdentity() - JDO Constructor

JDO Constructor in javax.jdo. identity .ShortIdentity ShortIdentity () Constructor only for Externalizable. Since: JDO 1.0

ShortIdentity.getKey() - JDO Method

JDO Method in javax.jdo. identity .ShortIdentity short getKey () Return the key. Return: the key Since: JDO 1.0

ShortIdentity.toString() - JDO Method

JDO Method in javax.jdo. identity .ShortIdentity String toString () Return the String form of the key. Return: the String form of the key Since: JDO 1.0

ShortIdentity.equals(obj) - JDO Method

JDO Method in javax.jdo. identity .ShortIdentity boolean equals (   Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Return: true if both objects represent the same object id Since: JDO 1.0

ShortIdentity.writeExternal(out) - JDO Method

JDO Method in javax.jdo. identity .ShortIdentity void writeExternal (   ObjectOutput out ) Write this object. Write the superclass first. Parameters: out - the output Since: JDO 1.0

ShortIdentity.readExternal(in) - JDO Method

JDO Method in javax.jdo. identity .ShortIdentity void readExternal (   ObjectInput in ) Read this object. Read the superclass first. Parameters: in - the input Since: JDO 1.0

SingleFieldIdentity.SingleFieldIdentity() - JDO Constructor

JDO Constructor in javax.jdo. identity .SingleFieldIdentity SingleFieldIdentity () Constructor only for Externalizable. Since: JDO 2.0

SingleFieldIdentity.getTargetClass() - JDO Method

JDO Method in javax.jdo. identity .SingleFieldIdentity Class getTargetClass () Return the target class. Return: the target class. Since: JDO 2.0

SingleFieldIdentity.getTargetClassName() - JDO Method

JDO Method in javax.jdo. identity .SingleFieldIdentity String getTargetClassName () Return the target class name. Return: the target class name. Since: JDO 2.0

SingleFieldIdentity.getKeyAsObject() - JDO Method

JDO Method in javax.jdo. identity .SingleFieldIdentity Object getKeyAsObject () Return the key as an Object. The method is synchronized to avoid race conditions in multi-threaded environments. Return: the key as an Object. Since: JDO 2.0

SingleFieldIdentity.equals(obj) - JDO Method

JDO Method in javax.jdo. identity .SingleFieldIdentity boolean equals (   Object obj ) Check the class and class name and object type. If restored from serialization, class will be null so compare class name. Parameters: obj - the other object Return: true if the class or class name is the same Since: JDO 1.0

SingleFieldIdentity.hashCode() - JDO Method

JDO Method in javax.jdo. identity .SingleFieldIdentity int hashCode () Return the cached hash code. Return: the cached hash code. Since: JDO 1.0

SingleFieldIdentity.writeExternal(out) - JDO Method

JDO Method in javax.jdo. identity .SingleFieldIdentity void writeExternal (   ObjectOutput out ) Write to the output stream. Parameters: out - the stream Since: JDO 1.0

SingleFieldIdentity.readExternal(in) - JDO Method

JDO Method in javax.jdo. identity .SingleFieldIdentity void readExternal (   ObjectInput in ) Read from the input stream. Creates a new instance with the target class name set Since: JDO 1.0

StringIdentity.StringIdentity(pcClass,key) - JDO Constructor

JDO Constructor in javax.jdo. identity .StringIdentity StringIdentity (   Class pcClass,    String key ) Constructor with class and key. Parameters: pcClass - the class key - the key Since: JDO 1.0