org.camunda.bpm.engine.impl.variable.serializer.jpa
Class EntityMetaData

java.lang.Object
  extended by org.camunda.bpm.engine.impl.variable.serializer.jpa.EntityMetaData

public class EntityMetaData
extends Object

Class containing meta-data about Entity-classes.

Author:
Frederik Heremans

Constructor Summary
EntityMetaData()
           
 
Method Summary
 Class<?> getEntityClass()
           
 Field getIdField()
           
 Method getIdMethod()
           
 Class<?> getIdType()
           
 boolean isJPAEntity()
           
 void setEntityClass(Class<?> entityClass)
           
 void setIdField(Field idField)
           
 void setIdMethod(Method idMethod)
           
 void setJPAEntity(boolean isJPAEntity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityMetaData

public EntityMetaData()
Method Detail

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 © 2016 camunda services GmbH. All rights reserved.