return $this->
getValidator()->
validate($object);
} /**
* @param string[] $tableNames
*/
public function generateAttributeModels($tableNames =
[]) { $generator =
$this->
createModelGenerator();
$generator->
generateAttributeModels($tableNames);
$this->
regenerateAttributeProxies($tableNames);
} /**
* Generates Doctrine proxy classes
*
* @param string[] $tableNames
*/
public function regenerateAttributeProxies($tableNames =
[]) { $metaDataCache =
$this->
getConfiguration()->
getMetadataCacheImpl();