Package ch.tocco.nice2.persist.core.impl.hibernate.pojo.relation
package ch.tocco.nice2.persist.core.impl.hibernate.pojo.relation
-
ClassDescriptionAbstract base class for mapping hibernate collections to the
Relation
interfaceAbstract base class which maps hibernate collections to theRelationQuery
interfaceRelationSet<E extends Entity>Maps a to-many hibernate collection to theRelation
interface 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 theRelationQuery
interfaceMaps a to-one hibernate collection to theRelation
interfaceMaps a to-one hibernate collection theRelationQuery
interface