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

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

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

Fields in org.apache.openejb.jee.jba.cmp declared as Datasource
protected  Datasource Entity.datasource
           
protected  Datasource Defaults.datasource
           
protected  Datasource RelationTableMapping.datasource
           
 

Methods in org.apache.openejb.jee.jba.cmp that return Datasource
 Datasource ObjectFactory.createDatasource()
          Create an instance of Datasource
 Datasource Entity.getDatasource()
          Gets the value of the datasource property.
 Datasource Defaults.getDatasource()
          Gets the value of the datasource property.
 Datasource RelationTableMapping.getDatasource()
          Gets the value of the datasource property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type Datasource
 void Entity.setDatasource(Datasource value)
          Sets the value of the datasource property.
 void Defaults.setDatasource(Datasource value)
          Sets the value of the datasource property.
 void RelationTableMapping.setDatasource(Datasource value)
          Sets the value of the datasource property.
 



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