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

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

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

Fields in org.apache.openejb.jee.jba.cmp declared as DatasourceMapping
protected  DatasourceMapping Entity.datasourceMapping
           
protected  DatasourceMapping RelationTableMapping.datasourceMapping
           
protected  DatasourceMapping Defaults.datasourceMapping
           
 

Methods in org.apache.openejb.jee.jba.cmp that return DatasourceMapping
 DatasourceMapping ObjectFactory.createDatasourceMapping()
          Create an instance of DatasourceMapping
 DatasourceMapping Entity.getDatasourceMapping()
          Gets the value of the datasourceMapping property.
 DatasourceMapping RelationTableMapping.getDatasourceMapping()
          Gets the value of the datasourceMapping property.
 DatasourceMapping Defaults.getDatasourceMapping()
          Gets the value of the datasourceMapping property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type DatasourceMapping
 void Entity.setDatasourceMapping(DatasourceMapping value)
          Sets the value of the datasourceMapping property.
 void RelationTableMapping.setDatasourceMapping(DatasourceMapping value)
          Sets the value of the datasourceMapping property.
 void Defaults.setDatasourceMapping(DatasourceMapping value)
          Sets the value of the datasourceMapping property.
 



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