List of usage examples for org.hibernate.persister.collection BasicCollectionPersister subclass-usage
From source file com.blazebit.persistence.integration.hibernate.CustomBasicCollectionPersister.java
/** * @author Jan-Willem Gmelig Meyling * @since 1.2.0 */ public class CustomBasicCollectionPersister extends BasicCollectionPersister implements CustomCollectionPersister {
From source file ome.util.CountCollectionPersister.java
/** * {@link CollectionPersister} which knows how to handle the count views * generated by dsl/resources/ome/dsl/views.dm. In general, attempts to data * modifications and properly loads the counts. */ public class CountCollectionPersister extends BasicCollectionPersister {
From source file org.squashtest.tm.infrastructure.hibernate.ReadOnlyCollectionPersister.java
public class ReadOnlyCollectionPersister extends BasicCollectionPersister { public ReadOnlyCollectionPersister(Collection collection, CollectionRegionAccessStrategy cache, Configuration cfg, SessionFactoryImplementor factory) throws MappingException, CacheException { super(collection, cache, cfg, factory); }