N
Size: a a a
N
AE
AE
N
AE
AE
VS
VS
N
AS
@Query(doc
"select a.id, a.businessProcessId, a.transitionCode, a.sent, a.document "+
"from BusinessProcessPendingDocument a "+
" inner join BusinessProcess b on b.id=a.businessProcessId "+
" inner join BusinessProcessTransition c on c.businessProcessCode=b.businessProcessCode and c.specificationVersion=b.specificationVersion and c.stateCode = b.stateCode and c.transitionCode = a.transitionCode "+
""
)
List<BusinessProcessPendingDocument> findReadyToSend();
ument объявлен как:
@Lob
@Column(name = "document", columnDefinition = "CLOB")
private byte[] document;
AK
AS
2020-12-11 17:13:18.237 DEBUG 45516 --- [ scheduling-1] org.hibernate.SQL : select businesspr0_.id as id1_2_, businesspr0_.business_process_id as business2_2_, businesspr0_.document as document3_2_, businesspr0_.sent as sent4_2_, businesspr0_.transition_code as transiti5_2_ from business_process_pending_document businesspr0_
2020-12-11 17:13:18.251 TRACE 45516 --- [ scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([id1_2_] : [BIGINT]) - [3]
2020-12-11 17:13:18.257 TRACE 45516 --- [ scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([business2_2_] : [BIGINT]) - [1]
2020-12-11 17:13:19.349 TRACE 45516 --- [ scheduling-1] o.h.type.descriptor.sql.BasicExtractor : extracted value ([document3_2_] : [BLOB]) - [[51, 99, 51, 102, 55, 56, 54, 100, 54, 99, 50, 48, 55, 54, 54, 53, 55, 50, 55, 51, 54, 57, 54, 102, 54, 101, 51, 100, 50, 50, 51, 49, 50, 101, 51, 48, 50, 50, 50, 48, 54, 53, 54, 101, 54, 51, 54, 102, 54, 52, 54, 57, 54, 101, 54, 55, 51, 100, 50, 50, 53, 53, 53, 52, 52, 54, 50, 100, 51, 56, 50, 50, 51, 102, 51, 101, 51, 99, 52, 53, 54, 101, 55, 54, 54, 53, 54, 99, 54, 102, 55, 48, 54, 53, 50, 48, 55, 56, 54
NG
N
RS
NG
RS
RS
NG