org.odata4j.producer.jpa
Class JPAContext.ContextEntity

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

public class JPAContext.ContextEntity
extends Object


Constructor Summary
JPAContext.ContextEntity(String entitySetName, OEntityKey oEntityKey, OEntity oEntity)
           
 
Method Summary
 EdmEntitySet getEdmEntitySet()
           
 String getEntitySetName()
           
 Object getJpaEntity()
           
 EntityType<?> getJPAEntityType()
           
 String getKeyAttributeName()
           
 OEntity getOEntity()
           
 Object getTypeSafeEntityKey()
           
 void setEntitySetName(String entitySetName)
           
 void setJpaEntity(Object jpaEntity)
           
 void setOEntity(OEntity oEntity)
           
 void setOEntityKey(OEntityKey oEntityKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JPAContext.ContextEntity

public JPAContext.ContextEntity(String entitySetName,
                                OEntityKey oEntityKey,
                                OEntity oEntity)
Method Detail

getEdmEntitySet

public EdmEntitySet getEdmEntitySet()

getEntitySetName

public String getEntitySetName()

getJpaEntity

public Object getJpaEntity()

getJPAEntityType

public EntityType<?> getJPAEntityType()

getKeyAttributeName

public String getKeyAttributeName()

getOEntity

public OEntity getOEntity()

getTypeSafeEntityKey

public Object getTypeSafeEntityKey()

setEntitySetName

public void setEntitySetName(String entitySetName)

setJpaEntity

public void setJpaEntity(Object jpaEntity)

setOEntity

public void setOEntity(OEntity oEntity)

setOEntityKey

public void setOEntityKey(OEntityKey oEntityKey)


http://odata4j.org