Which two of the following methods can be used to load an entity’s data from its configured data table?
(Choose two)

A.
$entityModel->loadEntity($id)
B.
$entityModel->load($attributeValue, $attributeCode)
C.
$entityModel->loadById($id)
D.
$entityModel->loadEntity($attributeCode, $attributeValue)
E.
$entityModel->load($id)