I have two tables:
employee_details(department_id, employee_id) &
skill_details(employee_id, skill_id).
I want to construct LinkedHashMap<Employee_Details> for each department_id,
such that
|
> <mailto:mybatis-user+unsub...@googlegroups.com>.
To unsubscribe from this group and stop receiving emails from it, send an email to mybatis-user...@googlegroups.com.
> <mailto:mybatis-user+unsubscrib...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.
--
Guy Rouillier
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
class Employee_Details {
Long employeeID;
ArrayList<Long> skillIDs;
// other data & code may be
----;
----;
}
/*******************************pom.xml*****************************/
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-guice</artifactId>
<version>3.3</version>
</dependency>
LET ME KNOW WHAT MISTAKEs I AM DOING.
Thanks
> <mailto:mybatis-user+unsubscrib...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout.
--
Guy Rouillier
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com