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 subnodes.PdoWrapper.getDataObject()Gets the data object tree.Methods in org.tentackle.maven.plugin.wizard.pdodata that return types with arguments of type DataObjectMethods 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> configuration, DataObject... dataObjects) Generates code from a data object template.Constructor parameters in org.tentackle.maven.plugin.wizard.pdodata with type arguments of type DataObject