 2 | Method javax.jdo.identity.ByteIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.0 |
 2 | Method javax.jdo.identity.CharIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.0 |
 2 | Method javax.jdo.identity.IntIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.0 |
 2 | Method javax.jdo.identity.LongIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.0 |
 2 | Method javax.jdo.identity.ObjectIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.0 |
 2 | Method javax.jdo.identity.ShortIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.0 |
 2 | Method 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 Returns: true if the class or class name is the same Since: JDO 1.0 |
 2 | Method javax.jdo.identity.StringIdentity boolean equals( Object obj ) Determine if the other object represents the same object id. Parameters: obj - the other object Returns: true if both objects represent the same object id Since: JDO 1.0 |
 2 | Method javax.jdo.FetchGroup boolean equals( Object other ) Return whether this instance is equal to the other. The equals method must compare the class for identity and the fetch group name for equality. Parameters: other - Returns: whether this instance is equal to the other Since: JDO 2.2 |
 2 | Method javax.jdo.datastore.DataStoreCache void evictAll( Class pcClass, boolean subclasses ) Evict the parameter instances from the second-level cache. Parameters: pcClass - the class of instances to evict subclasses - if true, evict instances of subclasses also Since: JDO 2.0 |