Posts by Julio Gustavo Costa • 11 points
2 posts
-
1
votes0
answers50
viewsQ: Arbitrary Java/Hibernate Specialized Entity Load from Associations
So, next ... I have the following class structure that treated by Hibernate: ( <|- is a symbol to denote inheritance, 1 --* is a symbol to denote an association one for many) [Pessoa] <|-…
-
0
votes0
answers33
viewsQ: Content-Disposition header is null, using Jquery $.ajax
I need to catch "Content-Disposition" header on https Response .. about a file download, but it fails. I’m using Spring (Security) REST with HTTPS. My frontend is made with Jquery. I appreciate any…