could someone help me to understand how can I define an entity with JPA mapping that has a relation with it self?
I\'m using the jquery ui slider for zooming. It\'s supposed to zoom from 25% to %500, and about half of the range is used for the first %100 of the size.
In my project there is a managed object called \"Group\". This object itself can contain child group objects.
I have been trying to create an association relation between two tables, intake and module .Each intake has a one-to-many relationship with the modules.
I searched a lot but could not find a way to dump table relations like one-to-one, one-to-many vs in PHP.