org.odata4j.producer.jpa
Class JPAContext.EntityAccessor

java.lang.Object
  extended by org.odata4j.producer.jpa.JPAContext.EntityAccessor
Enclosing class:
JPAContext

public abstract static class JPAContext.EntityAccessor
extends Object


Field Summary
static JPAContext.EntityAccessor ENTITY
           
static JPAContext.EntityAccessor OTHER
           
 
Constructor Summary
JPAContext.EntityAccessor()
           
 
Method Summary
abstract  JPAContext.ContextEntity getEntity(JPAContext context)
           
abstract  void setJPAEntity(JPAContext context, Object jpaEntity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTITY

public static final JPAContext.EntityAccessor ENTITY

OTHER

public static final JPAContext.EntityAccessor OTHER
Constructor Detail

JPAContext.EntityAccessor

public JPAContext.EntityAccessor()
Method Detail

getEntity

public abstract JPAContext.ContextEntity getEntity(JPAContext context)

setJPAEntity

public abstract void setJPAEntity(JPAContext context,
                                  Object jpaEntity)


http://odata4j.org