Package org.apache.cayenne.exp.property
Interface IdProperty<E>
-
- All Superinterfaces:
Property<E>
- All Known Implementing Classes:
BaseIdProperty,NumericIdProperty
public interface IdProperty<E> extends Property<E>
Base class for properties mapped to PK- Since:
- 4.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Expressioneq(ObjectId value)StringgetAttributeName()StringgetEntityName()-
Methods inherited from interface org.apache.cayenne.exp.property.Property
getAlias, getExpression, getName, getType
-
-
-
-
Method Detail
-
eq
default Expression eq(ObjectId value)
-
getEntityName
String getEntityName()
-
getAttributeName
String getAttributeName()
-
-