Uses of Class
org.apache.openejb.jee.jba.cmp.FkConstraint
-
Packages that use FkConstraint Package Description 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 Modifier and Type Field Description protected FkConstraintDefaults. fkConstraintprotected FkConstraintEjbRelationshipRole. fkConstraintMethods in org.apache.openejb.jee.jba.cmp that return FkConstraint Modifier and Type Method Description FkConstraintObjectFactory. createFkConstraint()Create an instance ofFkConstraintFkConstraintDefaults. getFkConstraint()Gets the value of the fkConstraint property.FkConstraintEjbRelationshipRole. getFkConstraint()Gets the value of the fkConstraint property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type FkConstraint Modifier and Type Method Description voidDefaults. setFkConstraint(FkConstraint value)Sets the value of the fkConstraint property.voidEjbRelationshipRole. setFkConstraint(FkConstraint value)Sets the value of the fkConstraint property.
-