org.camunda.bpm.engine.impl.variable.serializer.jpa
Class EntityMetaData
java.lang.Object
org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData
public class EntityMetaData
- extends Object
Class containing meta-data about Entity-classes.
- Author:
- Frederik Heremans
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityMetaData
public EntityMetaData()
isJPAEntity
public boolean isJPAEntity()
setJPAEntity
public void setJPAEntity(boolean isJPAEntity)
getEntityClass
public Class<?> getEntityClass()
setEntityClass
public void setEntityClass(Class<?> entityClass)
getIdMethod
public Method getIdMethod()
setIdMethod
public void setIdMethod(Method idMethod)
getIdField
public Field getIdField()
setIdField
public void setIdField(Field idField)
getIdType
public Class<?> getIdType()
Copyright © 2017 camunda services GmbH. All rights reserved.