Package ch.tocco.nice2.persist.core.impl.hibernate.pojo.relation
package ch.tocco.nice2.persist.core.impl.hibernate.pojo.relation
-
ClassesClassDescriptionAbstract base class for mapping hibernate collections to the
RelationinterfaceAbstract base class which maps hibernate collections to theRelationQueryinterfaceRelationSet<E extends Entity>Maps a to-many hibernate collection to theRelationinterface Note: size() might execute a database query - therefore we do not use size() if we intend to access all entities anyway (toList() or iterator()).Maps a to-many hibernate collection theRelationQueryinterfaceMaps a to-one hibernate collection to theRelationinterfaceMaps a to-one hibernate collection theRelationQueryinterface