Uses of Class
org.apache.openejb.jee.jba.cmp.PkConstraint
-
Packages that use PkConstraint Package Description org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of PkConstraint in org.apache.openejb.jee.jba.cmp
Fields in org.apache.openejb.jee.jba.cmp declared as PkConstraint Modifier and Type Field Description protected PkConstraintDefaults. pkConstraintprotected PkConstraintEntity. pkConstraintprotected PkConstraintRelationTableMapping. pkConstraintMethods in org.apache.openejb.jee.jba.cmp that return PkConstraint Modifier and Type Method Description PkConstraintObjectFactory. createPkConstraint()Create an instance ofPkConstraintPkConstraintDefaults. getPkConstraint()Gets the value of the pkConstraint property.PkConstraintEntity. getPkConstraint()Gets the value of the pkConstraint property.PkConstraintRelationTableMapping. getPkConstraint()Gets the value of the pkConstraint property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type PkConstraint Modifier and Type Method Description voidDefaults. setPkConstraint(PkConstraint value)Sets the value of the pkConstraint property.voidEntity. setPkConstraint(PkConstraint value)Sets the value of the pkConstraint property.voidRelationTableMapping. setPkConstraint(PkConstraint value)Sets the value of the pkConstraint property.
-