Uses of Class
de.hybris.platform.persistence.SystemEJB
-
Packages that use SystemEJB Package Description de.hybris.platform.core de.hybris.platform.persistence de.hybris.platform.servicelayer.tenant de.hybris.platform.util -
-
Uses of SystemEJB in de.hybris.platform.core
Methods in de.hybris.platform.core that return SystemEJB Modifier and Type Method Description SystemEJBAbstractTenant. getSystemEJB()SystemEJBTenant. getSystemEJB() -
Uses of SystemEJB in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return SystemEJB Modifier and Type Method Description static SystemEJBSystemEJB. getInstance() -
Uses of SystemEJB in de.hybris.platform.servicelayer.tenant
Methods in de.hybris.platform.servicelayer.tenant that return SystemEJB Modifier and Type Method Description SystemEJBMockTenant. getSystemEJB() -
Uses of SystemEJB in de.hybris.platform.util
Methods in de.hybris.platform.util with parameters of type SystemEJB Modifier and Type Method Description static java.lang.ObjectEJBTools. convertEntityFinderResult(java.lang.Object finderResult, SystemEJB sys)converts the result of a EJBHome finder method (findXY) froms to real Entities
-