Objectivity for Java Reference

com.objy.db.iapp
Interface PToOneRelationshipManager

All Superinterfaces:
PHasSession, PRelationshipManager, PRoot

public interface PToOneRelationshipManager
extends PRelationshipManager

Reserved for internal use.


Method Summary
 void clear(PooObj from)
           
 void drop(PooObj from, Object to)
           
 void form(PooObj from, Object to)
           
 Object get(PooObj from)
           
 
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

form

public void form(PooObj from,
                 Object to)

drop

public void drop(PooObj from,
                 Object to)

clear

public void clear(PooObj from)

get

public Object get(PooObj from)

Objectivity for Java Reference

Copyright © 2000 Objectivity, Inc. All rights reserved.