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

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

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

Fields in org.apache.openejb.jee.jba.cmp with type parameters of type Property
protected  List<Property> CmpField.property
           
protected  List<Property> KeyField.property
           
protected  List<Property> DependentValueClass.property
           
 

Methods in org.apache.openejb.jee.jba.cmp that return Property
 Property ObjectFactory.createProperty()
          Create an instance of Property
 

Methods in org.apache.openejb.jee.jba.cmp that return types with arguments of type Property
 List<Property> CmpField.getProperty()
          Gets the value of the property property.
 List<Property> KeyField.getProperty()
          Gets the value of the property property.
 List<Property> DependentValueClass.getProperty()
          Gets the value of the property property.
 



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