Uses of Interface
org.hibernate.sql.results.graph.DomainResultAssembler
-
Packages that use DomainResultAssembler Package Description org.hibernate.collection.spi This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.query.results Support for defining result set mappings used inNativeQuery,ProcedureCall, andStoredProcedureQuery.org.hibernate.query.results.complete Support for immutable result/fetch builder graph nodes built from static sources such asSqlResultSetMappingor thehbm.xmlmapping element<resultset/>.org.hibernate.sql.results.graph Defines domain result graphs.org.hibernate.sql.results.graph.basic org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.entity org.hibernate.sql.results.graph.tuple org.hibernate.sql.results.jdbc.spi -
-
Uses of DomainResultAssembler in org.hibernate.collection.spi
Methods in org.hibernate.collection.spi with parameters of type DomainResultAssembler Modifier and Type Method Description CollectionInitializerCollectionInitializerProducer. produceInitializer(NavigablePath navigablePath, PluralAttributeMapping attribute, FetchParentAccess parentAccess, LockMode lockMode, DomainResultAssembler<?> collectionKeyAssembler, DomainResultAssembler<?> collectionValueKeyAssembler, AssemblerCreationState creationState)Create an initializer for the given attribute relative to the given navigable path. -
Uses of DomainResultAssembler in org.hibernate.metamodel.mapping
Method parameters in org.hibernate.metamodel.mapping with type arguments of type DomainResultAssembler Modifier and Type Method Description default Object[]EntityMappingType. extractConcreteTypeStateValues(Map<AttributeMapping,DomainResultAssembler> assemblerMapping, RowProcessingState rowProcessingState)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DomainResultAssembler in org.hibernate.query.results
Methods in org.hibernate.query.results that return types with arguments of type DomainResultAssembler Modifier and Type Method Description List<DomainResultAssembler<?>>JdbcValuesMappingImpl. resolveAssemblers(AssemblerCreationState creationState) -
Uses of DomainResultAssembler in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return DomainResultAssembler Modifier and Type Method Description DomainResultAssembler<?>EntityResultImpl. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState) -
Uses of DomainResultAssembler in org.hibernate.sql.results.graph
Classes in org.hibernate.sql.results.graph that implement DomainResultAssembler Modifier and Type Class Description classUnfetchedBasicPartResultAssembler<J>classUnfetchedResultAssembler<J>Methods in org.hibernate.sql.results.graph that return DomainResultAssembler Modifier and Type Method Description DomainResultAssembler<?>Fetch. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)Create the assembler for this fetchDomainResultAssembler<J>DomainResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)Create an assembler (and any initializers) for this result. -
Uses of DomainResultAssembler in org.hibernate.sql.results.graph.basic
Classes in org.hibernate.sql.results.graph.basic that implement DomainResultAssembler Modifier and Type Class Description classBasicResultAssembler<J>classCoercingResultAssembler<J>ABasicResultAssemblerwhich does type coercion to handle cases where the expression type and the expected resultJavaTypeare different (e.g.Methods in org.hibernate.sql.results.graph.basic that return DomainResultAssembler Modifier and Type Method Description DomainResultAssemblerBasicFetch. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssembler<T>BasicFetch. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssembler<T>BasicResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssembler<T>BasicResult. getAssembler()For testing purposes only -
Uses of DomainResultAssembler in org.hibernate.sql.results.graph.embeddable
Fields in org.hibernate.sql.results.graph.embeddable declared as DomainResultAssembler Modifier and Type Field Description protected DomainResultAssembler<?>[]AbstractEmbeddableInitializer. assemblersMethods in org.hibernate.sql.results.graph.embeddable that return DomainResultAssembler Modifier and Type Method Description protected DomainResultAssembler<?>[]AbstractEmbeddableInitializer. createAssemblers(EmbeddableResultGraphNode resultDescriptor, AssemblerCreationState creationState, EmbeddableMappingType embeddableTypeDescriptor) -
Uses of DomainResultAssembler in org.hibernate.sql.results.graph.entity
Methods in org.hibernate.sql.results.graph.entity that return DomainResultAssembler Modifier and Type Method Description DomainResultAssembler<?>AbstractNonLazyEntityFetch. createAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)protected DomainResultAssembler<?>[][]AbstractEntityInitializer. getAssemblers()protected DomainResultAssembler<?>AbstractEntityInitializer. getIdentifierAssembler()protected DomainResultAssembler<Object>AbstractEntityInitializer. getRowIdAssembler()protected DomainResultAssembler<?>AbstractEntityInitializer. getVersionAssembler() -
Uses of DomainResultAssembler in org.hibernate.sql.results.graph.tuple
Classes in org.hibernate.sql.results.graph.tuple that implement DomainResultAssembler Modifier and Type Class Description classTupleResultAssembler<J>Methods in org.hibernate.sql.results.graph.tuple that return DomainResultAssembler Modifier and Type Method Description DomainResultAssembler<T>TupleResult. createResultAssembler(FetchParentAccess parentAccess, AssemblerCreationState creationState)DomainResultAssembler<T>TupleResult. getAssembler()For testing purposes only -
Uses of DomainResultAssembler in org.hibernate.sql.results.jdbc.spi
Methods in org.hibernate.sql.results.jdbc.spi that return types with arguments of type DomainResultAssembler Modifier and Type Method Description List<DomainResultAssembler<?>>JdbcValuesMapping. resolveAssemblers(AssemblerCreationState creationState)
-