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 SystemEJB
AbstractTenant. getSystemEJB()
SystemEJB
Tenant. getSystemEJB()
-
Uses of SystemEJB in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return SystemEJB Modifier and Type Method Description static SystemEJB
SystemEJB. 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 SystemEJB
MockTenant. 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.Object
EJBTools. convertEntityFinderResult(java.lang.Object finderResult, SystemEJB sys)
converts the result of a EJBHome finder method (findXY) froms to real Entities
-