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

__construct() public méthode

Initialize the node with the default cache configuration.
public __construct ( )
    public function __construct()
    {
        $this->queryCacheConfiguration = new QueryCacheConfigurationNode();
        $this->resultCacheConfiguration = new ResultCacheConfigurationNode();
        $this->metadataCacheConfiguration = new MetadataCacheConfigurationNode();
    }