org.odata4j.producer.jpa
Class JPAProducerFactory
java.lang.Object
org.odata4j.producer.jpa.JPAProducerFactory
- All Implemented Interfaces:
- ODataProducerFactory
public class JPAProducerFactory
- extends Object
- implements ODataProducerFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_RESULTS_PROPNAME
public static final String MAX_RESULTS_PROPNAME
- See Also:
- Constant Field Values
NAMESPACE_PROPNAME
public static final String NAMESPACE_PROPNAME
- See Also:
- Constant Field Values
PUNAME_PROPNAME
public static final String PUNAME_PROPNAME
- See Also:
- Constant Field Values
JPAProducerFactory
public JPAProducerFactory()
create
public ODataProducer create(Properties properties)
- Description copied from interface:
ODataProducerFactory
- Create a new OData producer from the given properties.
- Specified by:
create
in interface ODataProducerFactory
- Parameters:
properties
- the properties to use when constructing the producer
- Returns:
- the new producer
http://odata4j.org