| Package | Description |
|---|---|
| org.flowable.batch.service.impl.persistence | |
| org.flowable.batch.service.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
BatchByteArrayRef |
BatchByteArrayRefTypeHandler.getResult(CallableStatement cs,
int columnIndex) |
BatchByteArrayRef |
BatchByteArrayRefTypeHandler.getResult(ResultSet rs,
int columnIndex) |
BatchByteArrayRef |
BatchByteArrayRefTypeHandler.getResult(ResultSet rs,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchByteArrayRefTypeHandler.setParameter(PreparedStatement ps,
int i,
BatchByteArrayRef parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
| Modifier and Type | Field and Description |
|---|---|
protected BatchByteArrayRef |
BatchEntityImpl.batchDocRefId |
protected BatchByteArrayRef |
BatchPartEntityImpl.resultDocRefId |
| Modifier and Type | Method and Description |
|---|---|
BatchByteArrayRef |
BatchByteArrayRef.copy()
This makes a copy of this
BatchByteArrayRef: a new
BatchByteArrayRef instance will be created, however with the same id,
name and BatchByteArrayEntity instances. |
BatchByteArrayRef |
BatchEntity.getBatchDocRefId() |
BatchByteArrayRef |
BatchEntityImpl.getBatchDocRefId() |
BatchByteArrayRef |
BatchPartEntityImpl.getResultDocRefId() |
BatchByteArrayRef |
BatchPartEntity.getResultDocRefId() |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchEntityImpl.setBatchDocRefId(BatchByteArrayRef batchDocRefId) |
void |
BatchPartEntityImpl.setResultDocRefId(BatchByteArrayRef resultDocRefId) |
Copyright © 2020 Flowable. All rights reserved.