Uses of Class
org.activiti.engine.impl.persistence.entity.ByteArrayRef
-
Packages that use ByteArrayRef Package Description org.activiti.engine.impl.persistence org.activiti.engine.impl.persistence.entity -
-
Uses of ByteArrayRef in org.activiti.engine.impl.persistence
Methods in org.activiti.engine.impl.persistence that return ByteArrayRef Modifier and Type Method Description ByteArrayRefByteArrayRefTypeHandler. getResult(java.sql.CallableStatement cs, int columnIndex)ByteArrayRefByteArrayRefTypeHandler. getResult(java.sql.ResultSet rs, int columnIndex)ByteArrayRefByteArrayRefTypeHandler. getResult(java.sql.ResultSet rs, java.lang.String columnName)Methods in org.activiti.engine.impl.persistence with parameters of type ByteArrayRef Modifier and Type Method Description voidByteArrayRefTypeHandler. setParameter(java.sql.PreparedStatement ps, int i, ByteArrayRef parameter, org.apache.ibatis.type.JdbcType jdbcType) -
Uses of ByteArrayRef in org.activiti.engine.impl.persistence.entity
Fields in org.activiti.engine.impl.persistence.entity declared as ByteArrayRef Modifier and Type Field Description protected ByteArrayRefHistoricDetailVariableInstanceUpdateEntityImpl. byteArrayRefprotected ByteArrayRefHistoricVariableInstanceEntityImpl. byteArrayRefprotected ByteArrayRefVariableInstanceEntityImpl. byteArrayRefprotected ByteArrayRefAbstractJobEntityImpl. exceptionByteArrayRefMethods in org.activiti.engine.impl.persistence.entity that return ByteArrayRef Modifier and Type Method Description ByteArrayRefHistoricDetailVariableInstanceUpdateEntity. getByteArrayRef()ByteArrayRefHistoricDetailVariableInstanceUpdateEntityImpl. getByteArrayRef()ByteArrayRefHistoricVariableInstanceEntity. getByteArrayRef()ByteArrayRefHistoricVariableInstanceEntityImpl. getByteArrayRef()ByteArrayRefVariableInstanceEntity. getByteArrayRef()ByteArrayRefVariableInstanceEntityImpl. getByteArrayRef()ByteArrayRefAbstractJobEntity. getExceptionByteArrayRef()ByteArrayRefAbstractJobEntityImpl. getExceptionByteArrayRef()
-