Uses of Class
org.activiti.engine.impl.persistence.entity.ByteArrayRef
Packages that use ByteArrayRef
Package
Description
-
Uses of ByteArrayRef in org.activiti.engine.impl.persistence
Methods in org.activiti.engine.impl.persistence that return ByteArrayRefModifier and TypeMethodDescriptionByteArrayRefTypeHandler.getResult(CallableStatement cs, int columnIndex) Methods in org.activiti.engine.impl.persistence with parameters of type ByteArrayRefModifier and TypeMethodDescriptionvoidByteArrayRefTypeHandler.setParameter(PreparedStatement ps, int i, ByteArrayRef parameter, org.apache.ibatis.type.JdbcType jdbcType) -
Uses of ByteArrayRef in org.activiti.engine.impl.persistence.entity
Fields in org.activiti.engine.impl.persistence.entity declared as ByteArrayRefModifier and TypeFieldDescriptionprotected ByteArrayRefHistoricDetailVariableInstanceUpdateEntityImpl.byteArrayRefprotected ByteArrayRefHistoricVariableInstanceEntityImpl.byteArrayRefprotected ByteArrayRefVariableInstanceEntityImpl.byteArrayRefprotected ByteArrayRefAbstractJobEntityImpl.exceptionByteArrayRefMethods in org.activiti.engine.impl.persistence.entity that return ByteArrayRefModifier and TypeMethodDescriptionHistoricDetailVariableInstanceUpdateEntity.getByteArrayRef()HistoricDetailVariableInstanceUpdateEntityImpl.getByteArrayRef()HistoricVariableInstanceEntity.getByteArrayRef()HistoricVariableInstanceEntityImpl.getByteArrayRef()VariableInstanceEntity.getByteArrayRef()VariableInstanceEntityImpl.getByteArrayRef()AbstractJobEntity.getExceptionByteArrayRef()AbstractJobEntityImpl.getExceptionByteArrayRef()