Objectivity for Java Reference

com.objy.db.iapp
Interface PRelationshipManager

All Superinterfaces:
PHasSession, PRoot
All Known Subinterfaces:
PToManyRelationshipManager, PToOneRelationshipManager

public interface PRelationshipManager
extends PHasSession

Reserved for internal use.


Method Summary
 boolean exists(PooObj from)
           
 boolean includes(PooObj from, Object to)
           
 int test_assocID()
           
 
Methods inherited from interface com.objy.db.iapp.PHasSession
connectionId, getSession
 
Methods inherited from interface com.objy.db.iapp.PRoot
clusterReason
 

Method Detail

includes

public boolean includes(PooObj from,
                        Object to)

exists

public boolean exists(PooObj from)

test_assocID

public int test_assocID()

Objectivity for Java Reference

Copyright © 2000 Objectivity, Inc. All rights reserved.