org.apache.cayenne.reflect
Class SingletonFaultFactory
java.lang.Object
   org.apache.cayenne.reflect.SingletonFaultFactory
org.apache.cayenne.reflect.SingletonFaultFactory
- All Implemented Interfaces: 
- FaultFactory
- public class SingletonFaultFactory 
- extends Object- implements FaultFactory
- Since:
- 3.0
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
toOneFault
protected Fault toOneFault
listFault
protected Fault listFault
setFault
protected Fault setFault
mapFaults
protected Map<Accessor,Fault> mapFaults
SingletonFaultFactory
public SingletonFaultFactory()
getCollectionFault
public Fault getCollectionFault()
- 
- Specified by:
- getCollectionFaultin interface- FaultFactory
 
- 
 
getListFault
public Fault getListFault()
- 
- Specified by:
- getListFaultin interface- FaultFactory
 
- 
 
getMapFault
public Fault getMapFault(Accessor mapKeyAccessor)
- 
- Specified by:
- getMapFaultin interface- FaultFactory
 
- 
 
getSetFault
public Fault getSetFault()
- 
- Specified by:
- getSetFaultin interface- FaultFactory
 
- 
 
getToOneFault
public Fault getToOneFault()
- 
- Specified by:
- getToOneFaultin interface- FaultFactory
 
- 
 
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.