AppserverIo\Appserver\PersistenceContainer\PersistenceManager::getEntityManagers PHP Method

getEntityManagers() public method

Returns the storage with the registered entity manager configurations.
public getEntityManagers ( ) : AppserverIo\Storage\GenericStackable
return AppserverIo\Storage\GenericStackable The storage with the entity manager configurations
    public function getEntityManagers()
    {
        return $this->entityManagers;
    }