Class ReactiveCollectionLoaderSingleKey
java.lang.Object
org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoaderSingleKey
- All Implemented Interfaces:
org.hibernate.loader.ast.spi.CollectionLoader,org.hibernate.loader.ast.spi.Loader,ReactiveCollectionLoader
- See Also:
-
CollectionLoaderSingleKey
-
Constructor Summary
ConstructorsConstructorDescriptionReactiveCollectionLoaderSingleKey(org.hibernate.metamodel.mapping.PluralAttributeMapping attributeMapping, org.hibernate.engine.spi.LoadQueryInfluencers influencers, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.metamodel.mapping.PluralAttributeMappingorg.hibernate.sql.exec.spi.JdbcParametersListorg.hibernate.metamodel.mapping.PluralAttributeMappingorg.hibernate.sql.ast.tree.select.SelectStatementCompletionStage<org.hibernate.collection.spi.PersistentCollection<?>>reactiveLoad(Object key, org.hibernate.engine.spi.SharedSessionContractImplementor session) Load a collection by its key (not necessarily the same as its owner's PK).Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.reactive.loader.ast.internal.ReactiveCollectionLoader
load
-
Constructor Details
-
ReactiveCollectionLoaderSingleKey
public ReactiveCollectionLoaderSingleKey(org.hibernate.metamodel.mapping.PluralAttributeMapping attributeMapping, org.hibernate.engine.spi.LoadQueryInfluencers influencers, org.hibernate.engine.spi.SessionFactoryImplementor sessionFactory)
-
-
Method Details
-
getLoadable
public org.hibernate.metamodel.mapping.PluralAttributeMapping getLoadable()- Specified by:
getLoadablein interfaceorg.hibernate.loader.ast.spi.CollectionLoader- Specified by:
getLoadablein interfaceorg.hibernate.loader.ast.spi.Loader- Specified by:
getLoadablein interfaceReactiveCollectionLoader
-
getAttributeMapping
public org.hibernate.metamodel.mapping.PluralAttributeMapping getAttributeMapping() -
getSqlAst
public org.hibernate.sql.ast.tree.select.SelectStatement getSqlAst() -
getJdbcParameters
public org.hibernate.sql.exec.spi.JdbcParametersList getJdbcParameters()
-