public class WriterProxyFactoryFactory<Z,D extends Database<Z>,P> extends Object implements ProxyFactoryFactory<Z,D,P,SQLException,Writer,IOException>
| Constructor and Description |
|---|
WriterProxyFactoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProxyFactory<Z,D,Writer,IOException> |
createProxyFactory(P parentProxy,
ProxyFactory<Z,D,P,SQLException> parent,
Invoker<Z,D,P,Writer,SQLException> invoker,
Map<D,Writer> writers) |
public WriterProxyFactoryFactory()
public ProxyFactory<Z,D,Writer,IOException> createProxyFactory(P parentProxy, ProxyFactory<Z,D,P,SQLException> parent, Invoker<Z,D,P,Writer,SQLException> invoker, Map<D,Writer> writers)
createProxyFactory in interface ProxyFactoryFactory<Z,D extends Database<Z>,P,SQLException,Writer,IOException>Copyright © 2004–2014 Paul Ferraro. All rights reserved.