Posts by Ismael Junior • 81 points
3 posts
-
1
votes0
answers105
viewsQ: Searchable Activity with Recycler View
I have a Searchable Activity that is being used in two different activitys, but in the result that generates a Recycler View I would like to treat the click, to know what was the generating…
androidasked Ismael Junior 81 -
2
votes2
answers2446
viewsQ: Select JPA and Hibernate
I have five entities (Quotation, Sector, Partner, Items and Items), where the user will select a quotation and sector and the list of all items related to this sector will appear, along with the…
-
5
votes1
answer372
viewsQ: Data modeling via JPA and Hibernate
I’m doing a project with JPA regarding a quotation system and I’m having doubts on how to build the relationship between classes, and would like (if possible) some opinions. My project is a quote…