Class ProcessorSessionFactory.ToManyAssociationPersister

  • All Implemented Interfaces:
    org.hibernate.metamodel.mapping.FilterRestrictable, org.hibernate.metamodel.mapping.Restrictable, org.hibernate.metamodel.mapping.WhereRestrictable, org.hibernate.persister.collection.CollectionPersister, org.hibernate.persister.collection.QueryableCollection, org.hibernate.persister.entity.Joinable, org.hibernate.persister.entity.PropertyMapping
    Enclosing class:
    ProcessorSessionFactory

    public abstract static class ProcessorSessionFactory.ToManyAssociationPersister
    extends MockCollectionPersister
    • Constructor Detail

      • ToManyAssociationPersister

        public ToManyAssociationPersister​(String role,
                                          org.hibernate.type.CollectionType collectionType,
                                          String targetEntityName,
                                          ProcessorSessionFactory that)