Uses of Interface
org.hibernate.metamodel.mapping.PluralAttributeMapping
-
-
Uses of PluralAttributeMapping in org.hibernate.collection.internal
Methods in org.hibernate.collection.internal with parameters of type PluralAttributeMapping Modifier and Type Method Description CollectionInitializerProducerCustomCollectionTypeSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerStandardArraySemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerStandardListSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState) -
Uses of PluralAttributeMapping in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type PluralAttributeMapping Modifier and Type Method Description static CollectionInitializerProducerInitializerProducerBuilder. createArrayInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createBagInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createCollectionTypeWrapperInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, CollectionClassification classification, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerAbstractBagSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerAbstractMapSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)CollectionInitializerProducerAbstractSetSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)default CollectionInitializerProducerCollectionSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, DomainResultCreationState creationState)Create a producer forCollectionInitializerinstances for the given collection semanticsdefault CollectionInitializerProducerCollectionSemantics. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, String resultVariable, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)Create a producer forCollectionInitializerinstances for the given collection semanticsstatic CollectionInitializerProducerInitializerProducerBuilder. createInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, CollectionClassification classification, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createListInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createMapInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch indexFetch, Fetch elementFetch, DomainResultCreationState creationState)static CollectionInitializerProducerInitializerProducerBuilder. createSetInitializerProducer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParent fetchParent, boolean selected, Fetch elementFetch, DomainResultCreationState creationState)voidPersistentArrayHolder. injectLoadedState(PluralAttributeMapping attributeMapping, List loadingState)voidPersistentBag. injectLoadedState(PluralAttributeMapping attributeMapping, List<?> loadingState)voidPersistentCollection. injectLoadedState(PluralAttributeMapping attributeMapping, List<?> loadingState)Inject the state loaded for a collection instance.voidPersistentIdentifierBag. injectLoadedState(PluralAttributeMapping attributeMapping, List<?> loadingState)voidPersistentList. injectLoadedState(PluralAttributeMapping attributeMapping, List<?> loadingStateList)voidPersistentMap. injectLoadedState(PluralAttributeMapping attributeMapping, List<?> loadingState)voidPersistentSet. injectLoadedState(PluralAttributeMapping attributeMapping, List<?> loadingStateList)CollectionInitializerCollectionInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)Create an initializer for `attribute` relative to `navigablePath`. -
Uses of PluralAttributeMapping in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal that return PluralAttributeMapping Modifier and Type Method Description PluralAttributeMappingCollectionElementLoaderByIndex. getAttributeMapping()PluralAttributeMappingCollectionLoaderSingleKey. getAttributeMapping()PluralAttributeMappingCollectionElementLoaderByIndex. getLoadable()PluralAttributeMappingCollectionLoaderBatchKey. getLoadable()PluralAttributeMappingCollectionLoaderNamedQuery. getLoadable()PluralAttributeMappingCollectionLoaderSingleKey. getLoadable()PluralAttributeMappingCollectionLoaderSubSelectFetch. getLoadable()Methods in org.hibernate.loader.ast.internal with parameters of type PluralAttributeMapping Modifier and Type Method Description static SelectStatementLoaderSelectBuilder. createSubSelectFetchSelect(PluralAttributeMapping attributeMapping, SubselectFetch subselect, DomainResult cachedDomainResult, LoadQueryInfluencers loadQueryInfluencers, LockOptions lockOptions, Consumer<JdbcParameter> jdbcParameterConsumer, SessionFactoryImplementor sessionFactory)Create an SQL AST select-statement used for subselect-based CollectionLoaderConstructors in org.hibernate.loader.ast.internal with parameters of type PluralAttributeMapping Constructor Description CollectionElementLoaderByIndex(PluralAttributeMapping attributeMapping, int baseIndex, LoadQueryInfluencers influencers, SessionFactoryImplementor sessionFactory)CollectionLoaderBatchKey(PluralAttributeMapping attributeMapping, int batchSize, LoadQueryInfluencers influencers, SessionFactoryImplementor sessionFactory)CollectionLoaderSingleKey(PluralAttributeMapping attributeMapping, LoadQueryInfluencers influencers, SessionFactoryImplementor sessionFactory)CollectionLoaderSubSelectFetch(PluralAttributeMapping attributeMapping, DomainResult cachedDomainResult, SubselectFetch subselect, SharedSessionContractImplementor session) -
Uses of PluralAttributeMapping in org.hibernate.loader.ast.spi
Methods in org.hibernate.loader.ast.spi that return PluralAttributeMapping Modifier and Type Method Description PluralAttributeMappingCollectionLoader. getLoadable() -
Uses of PluralAttributeMapping in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return PluralAttributeMapping Modifier and Type Method Description default PluralAttributeMappingRuntimeMetamodels. getPluralAttributeMapping(String role) -
Uses of PluralAttributeMapping in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return PluralAttributeMapping Modifier and Type Method Description default PluralAttributeMappingAttributeMapping. asPluralAttributeMapping()A utility method to avoid casting explicitly to PluralAttributeMappingdefault PluralAttributeMappingPluralAttributeMapping. asPluralAttributeMapping() -
Uses of PluralAttributeMapping in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement PluralAttributeMapping Modifier and Type Class Description classPluralAttributeMappingImplMethods in org.hibernate.metamodel.mapping.internal that return PluralAttributeMapping Modifier and Type Method Description static PluralAttributeMappingMappingModelCreationHelper. buildPluralAttributeMapping(String attrName, int stateArrayPosition, Property bootProperty, ManagedMappingType declaringType, PropertyAccess propertyAccess, CascadeStyle cascadeStyle, FetchMode fetchMode, MappingModelCreationProcess creationProcess)Methods in org.hibernate.metamodel.mapping.internal with parameters of type PluralAttributeMapping Modifier and Type Method Description voidPluralAttributeMappingImpl.Aware. injectAttributeMapping(PluralAttributeMapping attributeMapping) -
Uses of PluralAttributeMapping in org.hibernate.metamodel.mapping.ordering
Methods in org.hibernate.metamodel.mapping.ordering with parameters of type PluralAttributeMapping Modifier and Type Method Description static OrderByFragmentOrderByFragmentTranslator. translate(String fragment, PluralAttributeMapping pluralAttributeMapping, TranslationContext context)Perform the translation of the user-supplied fragment, returning the translation. -
Uses of PluralAttributeMapping in org.hibernate.metamodel.mapping.ordering.ast
Methods in org.hibernate.metamodel.mapping.ordering.ast that return PluralAttributeMapping Modifier and Type Method Description PluralAttributeMappingCollectionPartPath. getPluralAttribute()default PluralAttributeMappingDomainPath. getPluralAttribute()PluralAttributeMappingPluralAttributePath. getReferenceModelPart()Constructors in org.hibernate.metamodel.mapping.ordering.ast with parameters of type PluralAttributeMapping Constructor Description ParseTreeVisitor(PluralAttributeMapping pluralAttributeMapping, TranslationContext translationContext)PathConsumer(PluralAttributeMapping pluralAttributeMapping, TranslationContext translationContext)RootSequencePart(PluralAttributeMapping pluralAttributeMapping) -
Uses of PluralAttributeMapping in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return PluralAttributeMapping Modifier and Type Method Description PluralAttributeMappingAbstractCollectionPersister. getAttributeMapping()default PluralAttributeMappingCollectionPersister. getAttributeMapping()Methods in org.hibernate.persister.collection with parameters of type PluralAttributeMapping Modifier and Type Method Description voidAbstractCollectionPersister. injectAttributeMapping(PluralAttributeMapping attributeMapping) -
Uses of PluralAttributeMapping in org.hibernate.query
Methods in org.hibernate.query that return PluralAttributeMapping Modifier and Type Method Description PluralAttributeMappingNativeQuery.CollectionReturn. getPluralAttribute() -
Uses of PluralAttributeMapping in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return PluralAttributeMapping Modifier and Type Method Description PluralAttributeMappingResultMementoCollectionStandard. getPluralAttributeDescriptor()Constructors in org.hibernate.query.internal with parameters of type PluralAttributeMapping Constructor Description ResultMementoCollectionStandard(String tableAlias, NavigablePath navigablePath, PluralAttributeMapping pluralAttributeDescriptor) -
Uses of PluralAttributeMapping in org.hibernate.query.named
Methods in org.hibernate.query.named that return PluralAttributeMapping Modifier and Type Method Description PluralAttributeMappingModelPartResultMementoCollection. getPluralAttributeDescriptor() -
Uses of PluralAttributeMapping in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return PluralAttributeMapping Modifier and Type Method Description PluralAttributeMappingCompleteResultBuilderCollectionStandard. getPluralAttribute()PluralAttributeMappingModelPartReferenceCollection. getReferencedPart()Constructors in org.hibernate.query.results.complete with parameters of type PluralAttributeMapping Constructor Description CompleteResultBuilderCollectionStandard(String tableAlias, NavigablePath navigablePath, PluralAttributeMapping pluralAttributeDescriptor)CompleteResultBuilderCollectionStandard(String tableAlias, NavigablePath navigablePath, PluralAttributeMapping pluralAttributeDescriptor, String[] keyColumnNames, String[] indexColumnNames, String[] elementColumnNames) -
Uses of PluralAttributeMapping in org.hibernate.query.results.implicit
Constructors in org.hibernate.query.results.implicit with parameters of type PluralAttributeMapping Constructor Description ImplicitFetchBuilderPlural(NavigablePath fetchPath, PluralAttributeMapping fetchable, DomainResultCreationState creationState) -
Uses of PluralAttributeMapping in org.hibernate.query.sqm.mutation.internal
Method parameters in org.hibernate.query.sqm.mutation.internal with type arguments of type PluralAttributeMapping Modifier and Type Method Description static voidSqmMutationStrategyHelper. cleanUpCollectionTables(EntityMappingType entityDescriptor, BiFunction<TableReference,PluralAttributeMapping,Predicate> restrictionProducer, JdbcParameterBindings jdbcParameterBindings, ExecutionContext executionContext) -
Uses of PluralAttributeMapping in org.hibernate.query.sqm.mutation.internal.cte
Methods in org.hibernate.query.sqm.mutation.internal.cte with parameters of type PluralAttributeMapping Modifier and Type Method Description protected StringCteDeleteHandler. getCteTableName(PluralAttributeMapping pluralAttribute) -
Uses of PluralAttributeMapping in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from that return PluralAttributeMapping Modifier and Type Method Description PluralAttributeMappingOneToManyTableGroup. getExpressionType()PluralAttributeMappingCollectionTableGroup. getModelPart()PluralAttributeMappingCorrelatedPluralTableGroup. getModelPart()PluralAttributeMappingOneToManyTableGroup. getModelPart()PluralAttributeMappingPluralTableGroup. getModelPart()Constructors in org.hibernate.sql.ast.tree.from with parameters of type PluralAttributeMapping Constructor Description CollectionTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, PluralAttributeMapping tableGroupProducer, boolean fetched, String sourceAlias, TableReference primaryTableReference, boolean realTableGroup, SqlAliasBase sqlAliasBase, Predicate<String> tableReferenceJoinNameChecker, BiFunction<String,TableGroup,TableReferenceJoin> tableReferenceJoinCreator, SessionFactoryImplementor sessionFactory)OneToManyTableGroup(PluralAttributeMapping pluralAttributeMapping, TableGroup elementTableGroup, SessionFactoryImplementor sessionFactory) -
Uses of PluralAttributeMapping in org.hibernate.sql.results.graph.collection
Methods in org.hibernate.sql.results.graph.collection that return PluralAttributeMapping Modifier and Type Method Description PluralAttributeMappingCollectionInitializer. getInitializedPart() -
Uses of PluralAttributeMapping in org.hibernate.sql.results.graph.collection.internal
Fields in org.hibernate.sql.results.graph.collection.internal declared as PluralAttributeMapping Modifier and Type Field Description protected PluralAttributeMappingAbstractCollectionInitializer. collectionAttributeMappingMethods in org.hibernate.sql.results.graph.collection.internal that return PluralAttributeMapping Modifier and Type Method Description protected PluralAttributeMappingAbstractCollectionResultNode. getAttributeMapping()PluralAttributeMappingAbstractCollectionInitializer. getCollectionAttributeMapping()PluralAttributeMappingCollectionFetch. getFetchedMapping()PluralAttributeMappingAbstractCollectionInitializer. getInitializedPart()PluralAttributeMappingEagerCollectionFetch. getReferencedMappingType()Methods in org.hibernate.sql.results.graph.collection.internal with parameters of type PluralAttributeMapping Modifier and Type Method Description CollectionInitializerArrayInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)CollectionInitializerBagInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)CollectionInitializerListInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)CollectionInitializerMapInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)CollectionInitializerSetInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attributeMapping, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)
-