org.odata4j.producer.jpa
Class JPAContext.ContextEntity
java.lang.Object
org.odata4j.producer.jpa.JPAContext.ContextEntity
- Enclosing class:
- JPAContext
public class JPAContext.ContextEntity
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAContext.ContextEntity
public JPAContext.ContextEntity(String entitySetName,
OEntityKey oEntityKey,
OEntity oEntity)
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