Objectivity for Java Reference

com.objy.db.iapp
Interface PToManyRelationshipManager

All Superinterfaces:
PHasSession, PRelationshipManager, PRoot

public interface PToManyRelationshipManager
extends PRelationshipManager

Reserved for internal use.


Method Summary
 void add(PooObj from, Object to)
           
 void clear(PooObj from)
           
 void remove(PooObj from, Object to)
           
 Iterator scan(PooObj from)
           
 Iterator scan(PooObj from, String predicate)
           
 
Methods inherited from interface com.objy.db.iapp.PRelationshipManager
exists, includes, 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

add

public void add(PooObj from,
                Object to)

remove

public void remove(PooObj from,
                   Object to)

clear

public void clear(PooObj from)

scan

public Iterator scan(PooObj from)

scan

public Iterator scan(PooObj from,
                     String predicate)

Objectivity for Java Reference

Copyright © 2000 Objectivity, Inc. All rights reserved.