Uses of Class
org.modelsphere.sms.or.db.DbORAssociationEnd

Packages that use DbORAssociationEnd
org.modelsphere.sms.or.db   
org.modelsphere.sms.or.ibm.db   
org.modelsphere.sms.or.informix.db   
org.modelsphere.sms.or.oracle.db   
 

Uses of DbORAssociationEnd in org.modelsphere.sms.or.db
 

Methods in org.modelsphere.sms.or.db that return DbORAssociationEnd
 DbORAssociationEnd DbORAssociation.getArcEnd()
           
 DbORAssociationEnd DbORForeign.getAssociationEnd()
          Gets the association role object associated to a DbORForeign's instance.
 DbORAssociationEnd DbORAssociation.getBackEnd()
           
 DbORAssociationEnd DbORAssociation.getFrontEnd()
           
 DbORAssociationEnd DbORAssociationEnd.getOppositeEnd()
           
 

Methods in org.modelsphere.sms.or.db with parameters of type DbORAssociationEnd
 void DbORPrimaryUnique.addToAssociationDependencies(DbORAssociationEnd value)
          Adds an element to the list of dependencies associated to a DbORPrimaryUnique's instance.
 void DbORPrimaryUnique.removeFromAssociationDependencies(DbORAssociationEnd value)
          Removes an element from the list of dependencies associated to a DbORPrimaryUnique's instance.
 void DbORPrimaryUnique.setAssociationDependencies(DbORAssociationEnd value, int op)
          Adds an element to or removes an element from the list of dependencies associated to a DbORPrimaryUnique's instance.
 void DbORForeign.setAssociationEnd(DbORAssociationEnd value)
          Sets the association role object associated to a DbORForeign's instance.
 

Constructors in org.modelsphere.sms.or.db with parameters of type DbORAssociationEnd
DbORForeign(DbORAssociationEnd assocEnd)
          Creates an instance of DbORForeign.
 

Uses of DbORAssociationEnd in org.modelsphere.sms.or.ibm.db
 

Constructors in org.modelsphere.sms.or.ibm.db with parameters of type DbORAssociationEnd
DbIBMForeign(DbORAssociationEnd assocEnd)
          Creates an instance of DbIBMForeign.
 

Uses of DbORAssociationEnd in org.modelsphere.sms.or.informix.db
 

Constructors in org.modelsphere.sms.or.informix.db with parameters of type DbORAssociationEnd
DbINFForeign(DbORAssociationEnd assocEnd)
          Creates an instance of DbINFForeign.
 

Uses of DbORAssociationEnd in org.modelsphere.sms.or.oracle.db
 

Constructors in org.modelsphere.sms.or.oracle.db with parameters of type DbORAssociationEnd
DbORAForeign(DbORAssociationEnd assocEnd)
          Creates an instance of DbORAForeign.
 



Open ModelSphere 2007. All Rights Reserved.