Insert association with @ManyToMany hibernate without knowing if associated data exist
I have two entities, Content and Data connected with a relation @ManyToMany.
M:M relationship results in empty set when fetching either object
I have a many-to-many relationship between a Category
and an Attribute
object since every category can have many attributes.