org.apache.cayenne.reflect
Class SingletonFaultFactory
java.lang.Object
org.apache.cayenne.reflect.SingletonFaultFactory
- All Implemented Interfaces:
- FaultFactory
public class SingletonFaultFactory
- extends java.lang.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 java.util.Map<Accessor,Fault> mapFaults
SingletonFaultFactory
public SingletonFaultFactory()
getCollectionFault
public Fault getCollectionFault()
- Specified by:
getCollectionFault
in interface FaultFactory
getListFault
public Fault getListFault()
- Specified by:
getListFault
in interface FaultFactory
getMapFault
public Fault getMapFault(Accessor mapKeyAccessor)
- Specified by:
getMapFault
in interface FaultFactory
getSetFault
public Fault getSetFault()
- Specified by:
getSetFault
in interface FaultFactory
getToOneFault
public Fault getToOneFault()
- Specified by:
getToOneFault
in interface FaultFactory
Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.