Uses of Class
org.flowable.common.engine.impl.persistence.entity.ByteArrayRef
-
Packages that use ByteArrayRef Package Description org.flowable.common.engine.impl.persistence.entity -
-
Uses of ByteArrayRef in org.flowable.common.engine.impl.persistence.entity
Methods in org.flowable.common.engine.impl.persistence.entity that return ByteArrayRef Modifier and Type Method Description ByteArrayRefByteArrayRef. copy()This makes a copy of thisByteArrayRef: a newByteArrayRefinstance will be created, however with the same id, name andByteArrayEntityinstances.protected ByteArrayRefByteArrayRefTypeHandler. createVariableByteArrayRef(String id)ByteArrayRefByteArrayRefTypeHandler. getResult(CallableStatement cs, int columnIndex)ByteArrayRefByteArrayRefTypeHandler. getResult(ResultSet rs, int columnIndex)ByteArrayRefByteArrayRefTypeHandler. getResult(ResultSet rs, String columnName)Methods in org.flowable.common.engine.impl.persistence.entity with parameters of type ByteArrayRef Modifier and Type Method Description voidByteArrayRefTypeHandler. setParameter(PreparedStatement ps, int i, ByteArrayRef parameter, org.apache.ibatis.type.JdbcType jdbcType)
-