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