Class JdoPrimaryKeyPropertyPredicate
- java.lang.Object
-
- org.apache.causeway.persistence.jdo.integration.metamodel.JdoPrimaryKeyPropertyPredicate
-
- All Implemented Interfaces:
Predicate<org.apache.causeway.core.metamodel.spec.feature.ObjectAssociation>
public final class JdoPrimaryKeyPropertyPredicate extends Object implements Predicate<org.apache.causeway.core.metamodel.spec.feature.ObjectAssociation>
Use to locate the property annotated withPrimaryKey.In addition, must also be a
OneToOneAssociation, and can beread.Note that it is NOT necessary for there to be a facet to
setthe property.
-
-
Constructor Summary
Constructors Constructor Description JdoPrimaryKeyPropertyPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(org.apache.causeway.core.metamodel.spec.feature.ObjectAssociation noa)
-
-
-
Constructor Detail
-
JdoPrimaryKeyPropertyPredicate
public JdoPrimaryKeyPropertyPredicate()
-
-