Class NonCompositeRelation
java.lang.Object
org.tentackle.maven.plugin.wizard.pdodata.NonCompositeRelation
Info for a non-composite object relation.
Used for members such as blahId or nm-relations.
The related PDOs must provide a unique domain key.
Used for members such as blahId or nm-relations.
The related PDOs must provide a unique domain key.
-
Constructor Summary
ConstructorsConstructorDescriptionNonCompositeRelation(Relation relation, org.tentackle.pdo.PersistentDomainObject<?> relatedPdo) Create item relation info. -
Method Summary
Modifier and TypeMethodDescriptionorg.tentackle.pdo.PersistentDomainObject<?>Gets the related PDO.Gets the non-composite object relation.toString()
-
Constructor Details
-
NonCompositeRelation
public NonCompositeRelation(Relation relation, org.tentackle.pdo.PersistentDomainObject<?> relatedPdo) Create item relation info.- Parameters:
relation- the model relationrelatedPdo- the unique domain key to load the relation
-
-
Method Details