org.odata4j.producer.jpa
Class JPAProducerFactory

java.lang.Object
  extended by org.odata4j.producer.jpa.JPAProducerFactory
All Implemented Interfaces:
ODataProducerFactory

public class JPAProducerFactory
extends Object
implements ODataProducerFactory


Field Summary
static String MAX_RESULTS_PROPNAME
           
static String NAMESPACE_PROPNAME
           
static String PUNAME_PROPNAME
           
 
Constructor Summary
JPAProducerFactory()
           
 
Method Summary
 ODataProducer create(Properties properties)
          Create a new OData producer from the given properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JPAProducerFactory

public JPAProducerFactory()
Method Detail

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