DM-285: add filename to component result #176
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "DM-285"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes DM-285
assigned to @kilian.schuettler1
changed title from {-RED-7375: integrate table extractor-} to {+DM-285: add filename to component result+}
changed the description
added 1 commit
Compare with previous version
added 1 commit
0b44b5ab- DM-285: add fileName to component endpointCompare with previous version
Is there a reason to manually define the query here?
requested review from @corina.olariu.ext1, @ali.oezyetimoglu1, @andrei.isvoran.ext, @dominique.eiflaender1, @timo.bejan.ext, and @yannik.hampe
Intellij marked it red before, idk why
interesting, I think JPA should be able to automatically generate the query here
Yea ill test that
Yea nope, does not work:
org.springframework.orm.jpa.JpaSystemException: Specified result type [java.lang.String] did not match Query selection type [com.iqser.red.service.persistence.management.v1.processor.entity.dossier.FileEntity] - multiple selections: use Tuple or arraytried to rename function to findFilenameById, same result
added 1 commit
4ae0a7e6- DM-285: add fileName to component endpointCompare with previous version
probably needs projections: https://stackoverflow.com/questions/22007341/spring-jpa-selecting-specific-columns
Not sure if i like that more than just defining a simple query
resolved all threads
approved this merge request
approved this merge request
mentioned in commit
b8b9395654