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

Packages that use UnknownPk
org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of UnknownPk in org.apache.openejb.jee.jba.cmp
 

Fields in org.apache.openejb.jee.jba.cmp declared as UnknownPk
protected  UnknownPk Entity.unknownPk
           
protected  UnknownPk Defaults.unknownPk
           
 

Methods in org.apache.openejb.jee.jba.cmp that return UnknownPk
 UnknownPk ObjectFactory.createUnknownPk()
          Create an instance of UnknownPk
 UnknownPk Entity.getUnknownPk()
          Gets the value of the unknownPk property.
 UnknownPk Defaults.getUnknownPk()
          Gets the value of the unknownPk property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type UnknownPk
 void Entity.setUnknownPk(UnknownPk value)
          Sets the value of the unknownPk property.
 void Defaults.setUnknownPk(UnknownPk value)
          Sets the value of the unknownPk property.
 



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