AppserverIo\Appserver\Core\Api\Node\PersistenceUnitNode::getFactory PHP Méthode

getFactory() public méthode

Returns the entity manager's factory class name.
public getFactory ( ) : string
Résultat string The entity manager's factory class name
    public function getFactory()
    {
        return $this->factory;
    }