Uses of Class
org.apache.openejb.jee.jba.cmp.FkConstraint

Packages that use FkConstraint
org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of FkConstraint in org.apache.openejb.jee.jba.cmp
 

Fields in org.apache.openejb.jee.jba.cmp declared as FkConstraint
protected  FkConstraint EjbRelationshipRole.fkConstraint
           
protected  FkConstraint Defaults.fkConstraint
           
 

Methods in org.apache.openejb.jee.jba.cmp that return FkConstraint
 FkConstraint ObjectFactory.createFkConstraint()
          Create an instance of FkConstraint
 FkConstraint EjbRelationshipRole.getFkConstraint()
          Gets the value of the fkConstraint property.
 FkConstraint Defaults.getFkConstraint()
          Gets the value of the fkConstraint property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type FkConstraint
 void EjbRelationshipRole.setFkConstraint(FkConstraint value)
          Sets the value of the fkConstraint property.
 void Defaults.setFkConstraint(FkConstraint value)
          Sets the value of the fkConstraint property.
 



Copyright © 1999-2010 The Apache OpenEJB development community. All Rights Reserved.