| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fault | |
|---|---|
| org.apache.cayenne | Contains persistence APIs directly accessible by users. | 
| org.apache.cayenne.access | Contains classes that make up Cayenne ORM stack. | 
| org.apache.cayenne.reflect | |
| Uses of Fault in org.apache.cayenne | 
|---|
| Fields in org.apache.cayenne declared as Fault | |
|---|---|
| protected static Fault | Fault.toManyFaultDeprecated. since 3.0 as the fault singletons are no longer static and are managed by the Cayenne configuration. | 
| protected static Fault | Fault.toOneFaultDeprecated. since 3.0 as the fault singletons are no longer static and are managed by the Cayenne configuration. | 
| Methods in org.apache.cayenne that return Fault | |
|---|---|
| static Fault | Fault.getToManyFault()Deprecated. since 3.0 as the fault singletons are no longer static and are managed by the Cayenne configuration. | 
| static Fault | Fault.getToOneFault()Deprecated. since 3.0 as the fault singletons are no longer static and are managed by the Cayenne configuration. | 
| Uses of Fault in org.apache.cayenne.access | 
|---|
| Subclasses of Fault in org.apache.cayenne.access | |
|---|---|
|  class | ToManyListFault | 
|  class | ToManyMapFault | 
|  class | ToManySetFault | 
|  class | ToOneFault | 
| Uses of Fault in org.apache.cayenne.reflect | 
|---|
| Fields in org.apache.cayenne.reflect declared as Fault | |
|---|---|
| protected  Fault | SingletonFaultFactory.listFault | 
| protected  Fault | SingletonFaultFactory.setFault | 
| protected  Fault | SingletonFaultFactory.toOneFault | 
| Fields in org.apache.cayenne.reflect with type parameters of type Fault | |
|---|---|
| protected  Map<Accessor,Fault> | SingletonFaultFactory.mapFaults | 
| Methods in org.apache.cayenne.reflect that return Fault | |
|---|---|
|  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() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||