| Package | Description |
|---|---|
| org.flowable.job.service.impl.persistence | |
| org.flowable.job.service.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
JobByteArrayRef |
JobByteArrayRefTypeHandler.getResult(CallableStatement cs,
int columnIndex) |
JobByteArrayRef |
JobByteArrayRefTypeHandler.getResult(ResultSet rs,
int columnIndex) |
JobByteArrayRef |
JobByteArrayRefTypeHandler.getResult(ResultSet rs,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobByteArrayRefTypeHandler.setParameter(PreparedStatement ps,
int i,
JobByteArrayRef parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
| Modifier and Type | Field and Description |
|---|---|
protected JobByteArrayRef |
HistoryJobEntityImpl.advancedJobHandlerConfigurationByteArrayRef |
protected JobByteArrayRef |
HistoryJobEntityImpl.customValuesByteArrayRef |
protected JobByteArrayRef |
AbstractJobEntityImpl.customValuesByteArrayRef |
protected JobByteArrayRef |
HistoryJobEntityImpl.exceptionByteArrayRef |
protected JobByteArrayRef |
AbstractJobEntityImpl.exceptionByteArrayRef |
| Modifier and Type | Method and Description |
|---|---|
JobByteArrayRef |
JobByteArrayRef.copy()
This makes a copy of this
JobByteArrayRef: a new
JobByteArrayRef instance will be created, however with the same id,
name and JobByteArrayEntity instances. |
JobByteArrayRef |
HistoryJobEntityImpl.getAdvancedJobHandlerConfigurationByteArrayRef() |
JobByteArrayRef |
HistoryJobEntity.getAdvancedJobHandlerConfigurationByteArrayRef() |
JobByteArrayRef |
HistoryJobEntityImpl.getCustomValuesByteArrayRef() |
JobByteArrayRef |
AbstractJobEntityImpl.getCustomValuesByteArrayRef() |
JobByteArrayRef |
AbstractJobEntity.getCustomValuesByteArrayRef() |
JobByteArrayRef |
HistoryJobEntityImpl.getExceptionByteArrayRef() |
JobByteArrayRef |
AbstractJobEntityImpl.getExceptionByteArrayRef() |
JobByteArrayRef |
AbstractJobEntity.getExceptionByteArrayRef() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractEntityManager.deleteByteArrayRef(JobByteArrayRef jobByteArrayRef) |
void |
HistoryJobEntityImpl.setAdvancedJobHandlerConfigurationByteArrayRef(JobByteArrayRef configurationByteArrayRef) |
void |
HistoryJobEntity.setAdvancedJobHandlerConfigurationByteArrayRef(JobByteArrayRef configurationByteArrayRef) |
void |
HistoryJobEntityImpl.setCustomValuesByteArrayRef(JobByteArrayRef customValuesByteArrayRef) |
void |
HistoryJobEntity.setCustomValuesByteArrayRef(JobByteArrayRef customValuesByteArrayRef) |
void |
HistoryJobEntityImpl.setExceptionByteArrayRef(JobByteArrayRef exceptionByteArrayRef) |
void |
HistoryJobEntity.setExceptionByteArrayRef(JobByteArrayRef exceptionByteArrayRef) |
Copyright © 2018 Flowable. All rights reserved.