public interface ProxyConfiguration
ProxyFactory
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getCollectionProxyClass()
Returns the collection proxy class for generic collection classes that implement the
Collection interface. |
java.lang.Class |
getIndirectionHandlerClass()
Returns the indirection handler implementation class.
|
java.lang.Class |
getListProxyClass()
Returns the collection proxy class for collection classes that implement the
List
interface. |
java.lang.Class |
getProxyFactoryClass()
Returns the proxy factory class
|
java.lang.Class |
getSetProxyClass()
Returns the collection proxy class for collection classes that implement the
Set
interface. |
java.lang.Class getIndirectionHandlerClass()
IndirectionHandler
java.lang.Class getListProxyClass()
List
interface.ProxyFactory.setListProxyClass(Class)
java.lang.Class getSetProxyClass()
Set
interface.ProxyFactory.setSetProxyClass(Class)
java.lang.Class getCollectionProxyClass()
Collection
interface.ProxyFactory.setCollectionProxyClass(Class)
java.lang.Class getProxyFactoryClass()
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30