Uses of Interface
de.hybris.platform.odata2services.odata.persistence.PersistenceService
-
-
Uses of PersistenceService in de.hybris.platform.odata2services.odata.persistence.impl
Classes in de.hybris.platform.odata2services.odata.persistence.impl that implement PersistenceService Modifier and Type Class Description classDefaultPersistenceServiceDefault implementation forPersistenceService -
Uses of PersistenceService in de.hybris.platform.odata2services.odata.processor
Methods in de.hybris.platform.odata2services.odata.processor that return PersistenceService Modifier and Type Method Description protected PersistenceServiceDefaultODataProcessor. getPersistenceService()Deprecated, for removal: This API element is subject to removal in a future version.protected PersistenceServiceDefaultODataProcessorFactory. getPersistenceService()Deprecated, for removal: This API element is subject to removal in a future version.This is no longer needed with usingOData2ProcessorMethods in de.hybris.platform.odata2services.odata.processor with parameters of type PersistenceService Modifier and Type Method Description voidDefaultODataProcessor. setPersistenceService(PersistenceService persistenceService)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultODataProcessorFactory. setPersistenceService(PersistenceService service)Deprecated, for removal: This API element is subject to removal in a future version.This is no longer needed with usingOData2Processor -
Uses of PersistenceService in de.hybris.platform.odata2services.odata.processor.handler.delete
Methods in de.hybris.platform.odata2services.odata.processor.handler.delete that return PersistenceService Modifier and Type Method Description protected PersistenceServiceDeleteHandler. getPersistenceService()Methods in de.hybris.platform.odata2services.odata.processor.handler.delete with parameters of type PersistenceService Modifier and Type Method Description voidDeleteHandler. setPersistenceService(PersistenceService persistenceService) -
Uses of PersistenceService in de.hybris.platform.odata2services.odata.processor.handler.persistence
Methods in de.hybris.platform.odata2services.odata.processor.handler.persistence that return PersistenceService Modifier and Type Method Description protected PersistenceServicePersistenceHandler. getPersistenceService()Methods in de.hybris.platform.odata2services.odata.processor.handler.persistence with parameters of type PersistenceService Modifier and Type Method Description voidPersistenceHandler. setPersistenceService(PersistenceService persistenceService) -
Uses of PersistenceService in de.hybris.platform.odata2services.odata.processor.reader
Methods in de.hybris.platform.odata2services.odata.processor.reader that return PersistenceService Modifier and Type Method Description protected PersistenceServiceAbstractEntityReader. getPersistenceService()Methods in de.hybris.platform.odata2services.odata.processor.reader with parameters of type PersistenceService Modifier and Type Method Description voidAbstractEntityReader. setPersistenceService(PersistenceService persistenceService)
-