Posts by lucy • 23 points
3 posts
-
0
votes1
answer37
viewsQ: Group two object arrays into porwershell
Hello, I have two arrays of objects, I have to group them. That is, go through the list (object array) of "car" and when there are properties in the property_list array added to that object, which…
-
0
votes2
answers241
viewsQ: How to build a json in powershell
I am creating a Powershell script that calls the POST method a REST API. Body sends a string representing a JSON object with the parameters that will be inserted by the API. Do you know how I can…
powershellasked lucy 23 -
1
votes2
answers517
viewsQ: Understanding the use of Generics in an abstract DAO Hibernate class
Hello, I am starting to develop a web application with spring+Hibernate framework, I started for an example that contained following class: import org.hibernate.Criteria; import…