| Package | Description |
|---|---|
| org.apache.cayenne.exp |
Cayenne data expression classes.
|
| org.apache.cayenne.exp.property |
Property API
|
| Modifier and Type | Class and Description |
|---|---|
class |
Property<E>
Deprecated.
since 4.2 in favour of type-specific set of properties, see
PropertyFactory
and org.apache.cayenne.exp.property package. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RelationshipProperty<E>
Interface (or "Trait") that provides basic functionality for all types of relationships.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionProperty<V extends Persistent,E extends Collection<V>>
Base class for
ListProperty and SetProperty |
class |
EmbeddableProperty<E>
Property that represents object attribute mapped on
Embeddable object. |
class |
EntityProperty<E extends Persistent>
Property that represents to-one relationships.
|
class |
ListProperty<V extends Persistent>
Property that represents to-many relationship mapped on
List. |
class |
MapProperty<K,V extends Persistent>
Property that represents to-many relationship mapped on
Map. |
class |
SetProperty<V extends Persistent>
Property that represents to-many relationship mapped on
Set. |
Copyright © 2001–2020 Apache Cayenne. All rights reserved.