Uses of Class
org.tentackle.maven.plugin.wizard.pdodata.DataObject
Packages that use DataObject
-
Uses of DataObject in org.tentackle.maven.plugin.wizard.pdodata
Methods in org.tentackle.maven.plugin.wizard.pdodata that return DataObjectModifier and TypeMethodDescriptionstatic DataObjectDataNodeFactory.create(org.tentackle.pdo.PersistentDomainObject<?> pdo) Creates the data object with its sub nodes.PdoWrapper.getDataObject()Gets the data object tree.Methods in org.tentackle.maven.plugin.wizard.pdodata that return types with arguments of type DataObjectModifier and TypeMethodDescriptionDataList.getNodes()Gets the items of the list.
For 1:N relations, the elements come in the same order as returned by the PDO's select method.Methods in org.tentackle.maven.plugin.wizard.pdodata with parameters of type DataObjectModifier and TypeMethodDescriptionstatic DataDiffDataDiff.compare(DataObject left, DataObject right) Compares the data of a PDO between two locations.CodeConfigurationFactory.createConfig(DataObject... dataObjects) Generates a config property map from a data object template.static StringJavaCodeFactory.generateCode(Map<String, Boolean> codePaths, DataObject... dataObjects) Generates code from a data object template.Constructor parameters in org.tentackle.maven.plugin.wizard.pdodata with type arguments of type DataObjectModifierConstructorDescriptionDataList(String genericType, String name, String comment, List<DataObject> nodes, Relation relation, SqlCondition sqlCondition) Creates a DataList.