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

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

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



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.