Uses of Class
org.apache.openejb.jee.jba.cmp.DatasourceMapping
-
Packages that use DatasourceMapping Package Description 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 Modifier and Type Field Description protected DatasourceMappingDefaults. datasourceMappingprotected DatasourceMappingEntity. datasourceMappingprotected DatasourceMappingRelationTableMapping. datasourceMappingMethods in org.apache.openejb.jee.jba.cmp that return DatasourceMapping Modifier and Type Method Description DatasourceMappingObjectFactory. createDatasourceMapping()Create an instance ofDatasourceMappingDatasourceMappingDefaults. getDatasourceMapping()Gets the value of the datasourceMapping property.DatasourceMappingEntity. getDatasourceMapping()Gets the value of the datasourceMapping property.DatasourceMappingRelationTableMapping. getDatasourceMapping()Gets the value of the datasourceMapping property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type DatasourceMapping Modifier and Type Method Description voidDefaults. setDatasourceMapping(DatasourceMapping value)Sets the value of the datasourceMapping property.voidEntity. setDatasourceMapping(DatasourceMapping value)Sets the value of the datasourceMapping property.voidRelationTableMapping. setDatasourceMapping(DatasourceMapping value)Sets the value of the datasourceMapping property.
-