| Package | Description |
|---|---|
| org.flowable.engine.impl.persistence | |
| org.flowable.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayRef |
ByteArrayRefTypeHandler.getResult(CallableStatement cs,
int columnIndex) |
ByteArrayRef |
ByteArrayRefTypeHandler.getResult(ResultSet rs,
int columnIndex) |
ByteArrayRef |
ByteArrayRefTypeHandler.getResult(ResultSet rs,
String columnName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ByteArrayRefTypeHandler.setParameter(PreparedStatement ps,
int i,
ByteArrayRef parameter,
org.apache.ibatis.type.JdbcType jdbcType) |
| Modifier and Type | Field and Description |
|---|---|
protected ByteArrayRef |
HistoricDetailVariableInstanceUpdateEntityImpl.byteArrayRef |
| Modifier and Type | Method and Description |
|---|---|
ByteArrayRef |
ByteArrayRef.copy()
This makes a copy of this
ByteArrayRef: a new
ByteArrayRef instance will be created, however with the same id,
name and ByteArrayEntity instances. |
ByteArrayRef |
HistoricDetailVariableInstanceUpdateEntityImpl.getByteArrayRef() |
ByteArrayRef |
HistoricDetailVariableInstanceUpdateEntity.getByteArrayRef() |
Copyright © 2017 Flowable. All rights reserved.