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 RelationTableMapping.datasourceMapping
           
protected  DatasourceMapping Entity.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 RelationTableMapping.getDatasourceMapping()
          Gets the value of the datasourceMapping property.
 DatasourceMapping Entity.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 RelationTableMapping.setDatasourceMapping(DatasourceMapping value)
          Sets the value of the datasourceMapping property.
 void Entity.setDatasourceMapping(DatasourceMapping value)
          Sets the value of the datasourceMapping property.
 void Defaults.setDatasourceMapping(DatasourceMapping value)
          Sets the value of the datasourceMapping property.
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.