| Package | Description |
|---|---|
| org.flowable.common.engine.impl.persistence.entity |
| 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. |
protected ByteArrayRef |
ByteArrayRefTypeHandler.createVariableByteArrayRef(String id) |
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) |
Copyright © 2021 Flowable. All rights reserved.