Uses of Class
org.n52.sensorweb.server.db.factory.ServiceEntityFactory
-
Packages that use ServiceEntityFactory Package Description org.n52.sensorweb.server.db.assembler.core org.n52.sensorweb.server.db.assembler.value org.n52.series.db.old.da -
-
Uses of ServiceEntityFactory in org.n52.sensorweb.server.db.assembler.core
Constructors in org.n52.sensorweb.server.db.assembler.core with parameters of type ServiceEntityFactory Constructor Description DatasetAssembler(DatasetRepository parameterRepository, DatasetRepository datasetRepository, DataRepositoryTypeFactory dataRepositoryFactory, DbQueryFactory dbQueryFactory, ServiceEntityFactory serviceFactory) -
Uses of ServiceEntityFactory in org.n52.sensorweb.server.db.assembler.value
Fields in org.n52.sensorweb.server.db.assembler.value declared as ServiceEntityFactory Modifier and Type Field Description protected ServiceEntityFactoryAbstractValueAssembler. serviceEntityFactoryPreconfigured service entity. -
Uses of ServiceEntityFactory in org.n52.series.db.old.da
Fields in org.n52.series.db.old.da declared as ServiceEntityFactory Modifier and Type Field Description protected ServiceEntityFactorySessionAwareAssembler. serviceEntityFactory
-