org.odata4j.producer.jpa
Class JPAMember
java.lang.Object
org.odata4j.producer.jpa.JPAMember
public abstract class JPAMember
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static JPAMember create(Attribute<?,?> jpaAttribute,
Object target)
findByColumn
public static JPAMember findByColumn(EntityType<?> jpaEntityType,
String columnName,
Object jpaEntity)
get
public abstract <T> T get()
getAnnotation
public abstract <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getJavaType
public abstract Class<?> getJavaType()
isReadable
public abstract boolean isReadable()
isWriteable
public abstract boolean isWriteable()
set
public abstract <T> void set(T value)
http://odata4j.org