| Package | Description |
|---|---|
| org.flowable.variable.service.impl.persistence | |
| org.flowable.variable.service.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
VariableByteArrayRef |
VariableByteArrayRefTypeHandler.getResult(CallableStatement cs,
int columnIndex) |
VariableByteArrayRef |
VariableByteArrayRefTypeHandler.getResult(ResultSet rs,
int columnIndex) |
VariableByteArrayRef |
VariableByteArrayRefTypeHandler.getResult(ResultSet rs,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableByteArrayRefTypeHandler.setParameter(PreparedStatement ps,
int i,
VariableByteArrayRef parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
| Modifier and Type | Field and Description |
|---|---|
protected VariableByteArrayRef |
VariableInstanceEntityImpl.byteArrayRef |
protected VariableByteArrayRef |
HistoricVariableInstanceEntityImpl.byteArrayRef |
| Modifier and Type | Method and Description |
|---|---|
VariableByteArrayRef |
VariableByteArrayRef.copy()
This makes a copy of this
VariableByteArrayRef: a new
VariableByteArrayRef instance will be created, however with the same id,
name and VariableByteArrayEntity instances. |
VariableByteArrayRef |
VariableInstanceEntityImpl.getByteArrayRef() |
VariableByteArrayRef |
VariableInstanceEntity.getByteArrayRef() |
VariableByteArrayRef |
HistoricVariableInstanceEntityImpl.getByteArrayRef() |
VariableByteArrayRef |
HistoricVariableInstanceEntity.getByteArrayRef() |
Copyright © 2018 Flowable. All rights reserved.