Class DataNodeFactory
java.lang.Object
org.tentackle.maven.plugin.wizard.pdodata.DataNodeFactory
Factory for data nodes from PDOs.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DataObjectcreate(org.tentackle.pdo.PersistentDomainObject<?> pdo) Creates the data object with its subnodes.
-
Constructor Details
-
DataNodeFactory
public DataNodeFactory()
-
-
Method Details
-
create
Creates the data object with its subnodes.- Parameters:
pdo- the PDO- Returns:
- the PDO's data, never null
-