Uses of Class
org.ofbiz.core.entity.config.DatasourceInfo
Packages that use DatasourceInfo
Package
Description
-
Uses of DatasourceInfo in org.ofbiz.core.entity
Fields in org.ofbiz.core.entity declared as DatasourceInfo -
Uses of DatasourceInfo in org.ofbiz.core.entity.config
Fields in org.ofbiz.core.entity.config with type parameters of type DatasourceInfoModifier and TypeFieldDescriptionprotected Map<String,DatasourceInfo> EntityConfigUtil.datasourceInfosMethods in org.ofbiz.core.entity.config that return DatasourceInfoMethods in org.ofbiz.core.entity.config with parameters of type DatasourceInfoModifier and TypeMethodDescriptionvoidEntityConfigUtil.addDatasourceInfo(DatasourceInfo datasourceInfo) -
Uses of DatasourceInfo in org.ofbiz.core.entity.jdbc
Fields in org.ofbiz.core.entity.jdbc declared as DatasourceInfoMethods in org.ofbiz.core.entity.jdbc with parameters of type DatasourceInfoModifier and TypeMethodDescriptionstatic StringSqlJdbcUtil.makeFromClause(ModelEntity modelEntity, DatasourceInfo datasourceInfo, SqlEscapeHelper sqlEscapeHelper) Makes the FROM clause and when necessary the JOIN clause(s) as wellstatic StringSqlJdbcUtil.makeOrderByClause(ModelEntity modelEntity, List<String> orderBy, boolean includeTablenamePrefix, DatasourceInfo datasourceInfo) static StringSqlJdbcUtil.makeOrderByClause(ModelEntity modelEntity, List<String> orderBy, DatasourceInfo datasourceInfo) static StringSqlJdbcUtil.makeViewTable(ModelEntity modelEntity, DatasourceInfo datasourceInfo, SqlEscapeHelper sqlEscapeHelper) -
Uses of DatasourceInfo in org.ofbiz.core.entity.jdbc.sql.escape
Constructors in org.ofbiz.core.entity.jdbc.sql.escape with parameters of type DatasourceInfo -
Uses of DatasourceInfo in org.ofbiz.core.entity.model
Methods in org.ofbiz.core.entity.model with parameters of type DatasourceInfoModifier and TypeMethodDescriptionModelEntity.getTableName(DatasourceInfo datasourceInfo) The table-name of the Entity including a Schema name if specified in the datasource config