Package | Description |
---|---|
org.apache.cayenne.access |
Contains classes that make up Cayenne ORM stack.
|
org.apache.cayenne.reflect |
Modifier and Type | Class and Description |
---|---|
class |
ToManyListFault |
class |
ToManyMapFault |
class |
ToManySetFault |
class |
ToOneFault |
Modifier and Type | Field and Description |
---|---|
protected Fault |
SingletonFaultFactory.listFault |
protected Fault |
SingletonFaultFactory.setFault |
protected Fault |
SingletonFaultFactory.toOneFault |
Modifier and Type | Field and Description |
---|---|
protected Map<Accessor,Fault> |
SingletonFaultFactory.mapFaults |
Modifier and Type | Method and Description |
---|---|
Fault |
FaultFactory.getCollectionFault() |
Fault |
SingletonFaultFactory.getCollectionFault() |
Fault |
FaultFactory.getListFault() |
Fault |
SingletonFaultFactory.getListFault() |
Fault |
FaultFactory.getMapFault(Accessor mapKeyAccessor) |
Fault |
SingletonFaultFactory.getMapFault(Accessor mapKeyAccessor) |
Fault |
FaultFactory.getSetFault() |
Fault |
SingletonFaultFactory.getSetFault() |
Fault |
FaultFactory.getToOneFault() |
Fault |
SingletonFaultFactory.getToOneFault() |
Copyright © 2001–2023 Apache Cayenne. All rights reserved.