A system with the functionalities: insertion, removal, alteration and obtaining (done through DAO's) of related entities. This system manages the entities Driver, Vehicle and Fine through user interaction and it's also able to filter fines by vehicle - transfer vehicles between drivers. Finally, it reinforces and uses concepts/technologies such as:
- ORM
- Hibernate (JPA)
- PostgreSQL (JDBC)