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 Defaults.fkConstraint
           
protected  FkConstraint EjbRelationshipRole.fkConstraint
           
 

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

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



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