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

Packages that use PkConstraint
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
protected  PkConstraint Entity.pkConstraint
           
protected  PkConstraint RelationTableMapping.pkConstraint
           
protected  PkConstraint Defaults.pkConstraint
           
 

Methods in org.apache.openejb.jee.jba.cmp that return PkConstraint
 PkConstraint ObjectFactory.createPkConstraint()
          Create an instance of PkConstraint
 PkConstraint Entity.getPkConstraint()
          Gets the value of the pkConstraint property.
 PkConstraint RelationTableMapping.getPkConstraint()
          Gets the value of the pkConstraint property.
 PkConstraint Defaults.getPkConstraint()
          Gets the value of the pkConstraint property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type PkConstraint
 void Entity.setPkConstraint(PkConstraint value)
          Sets the value of the pkConstraint property.
 void RelationTableMapping.setPkConstraint(PkConstraint value)
          Sets the value of the pkConstraint property.
 void Defaults.setPkConstraint(PkConstraint value)
          Sets the value of the pkConstraint property.
 



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