| Package | Description |
|---|---|
| org.apache.cayenne.exp.property |
Property API
|
| Modifier and Type | Method and Description |
|---|---|
static <T> BaseIdProperty<T> |
PropertyFactory.createBaseId(String attribute,
String entityName,
Class<T> propertyType) |
static <T> BaseIdProperty<T> |
PropertyFactory.createBaseId(String attribute,
String path,
String entityName,
Class<T> propertyType) |
default <T> BaseIdProperty<T> |
RelationshipProperty.dot(BaseIdProperty<T> property) |
| Modifier and Type | Method and Description |
|---|---|
default <T> BaseIdProperty<T> |
RelationshipProperty.dot(BaseIdProperty<T> property) |
Copyright © 2001–2020 Apache Cayenne. All rights reserved.