Uses of Interface
org.hibernate.metamodel.mapping.BasicValuedModelPart
-
Packages that use BasicValuedModelPart Package Description org.hibernate.generator.values Contains a framework of strategies for efficient retrieval of database-generated values.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.derived 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.query.results.implicit Defines support for implicit ResultSet mappings.org.hibernate.sql.results.graph.basic -
-
Uses of BasicValuedModelPart in org.hibernate.generator.values
Methods in org.hibernate.generator.values that return BasicValuedModelPart Modifier and Type Method Description BasicValuedModelPartGeneratedValueBasicResultBuilder. getModelPart()Constructors in org.hibernate.generator.values with parameters of type BasicValuedModelPart Constructor Description GeneratedValueBasicResultBuilder(NavigablePath navigablePath, BasicValuedModelPart modelPart, TableGroup tableGroup, Integer valuesArrayPosition) -
Uses of BasicValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of BasicValuedModelPart in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceBasicEntityIdentifierMappingMapping for a simple, single-column identifierinterfaceCollectionIdentifierDescriptorDescriptor for the collection identifier.interfaceDiscriminatorMappingMapping of a discriminator, for either entity or association (ANY) discrimination.interfaceEmbeddableDiscriminatorMappingDetails about the discriminator for an embeddable hierarchy.interfaceEntityDiscriminatorMappingDetails about the discriminator for an entity hierarchy.interfaceEntityRowIdMappingMapping of a row-idinterfaceEntityVersionMappingDescribes the mapping of an entity's versionMethods in org.hibernate.metamodel.mapping that return BasicValuedModelPart Modifier and Type Method Description default BasicValuedModelPartBasicValuedModelPart. asBasicValuedModelPart()default @Nullable BasicValuedModelPartModelPart. asBasicValuedModelPart()default BasicValuedModelPartDiscriminatedAssociationModelPart. getDiscriminatorPart()Deprecated, for removal: This API element is subject to removal in a future version.UseDiscriminable.getDiscriminatorMapping()instead.BasicValuedModelPartDiscriminatedAssociationModelPart. getKeyPart() -
Uses of BasicValuedModelPart in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement BasicValuedModelPart Modifier and Type Class Description classAnonymousTupleBasicEntityIdentifierMappingclassAnonymousTupleBasicValuedModelPart -
Uses of BasicValuedModelPart in org.hibernate.query.results.complete
Methods in org.hibernate.query.results.complete that return BasicValuedModelPart Modifier and Type Method Description BasicValuedModelPartCompleteFetchBuilderBasicPart. getReferencedPart()BasicValuedModelPartCompleteResultBuilderBasicModelPart. getReferencedPart()BasicValuedModelPartDelayedFetchBuilderBasicPart. getReferencedPart()BasicValuedModelPartModelPartReferenceBasic. getReferencedPart()Constructors in org.hibernate.query.results.complete with parameters of type BasicValuedModelPart Constructor Description CompleteFetchBuilderBasicPart(NavigablePath navigablePath, BasicValuedModelPart referencedModelPart, String selectionAlias)CompleteResultBuilderBasicModelPart(NavigablePath navigablePath, BasicValuedModelPart modelPart, String columnAlias)DelayedFetchBuilderBasicPart(NavigablePath navigablePath, BasicValuedModelPart referencedModelPart, boolean isEnhancedForLazyLoading) -
Uses of BasicValuedModelPart in org.hibernate.query.results.implicit
Constructors in org.hibernate.query.results.implicit with parameters of type BasicValuedModelPart Constructor Description ImplicitFetchBuilderBasic(NavigablePath fetchPath, BasicValuedModelPart fetchable)ImplicitFetchBuilderBasic(NavigablePath fetchPath, BasicValuedModelPart fetchable, DomainResultCreationState creationState)ImplicitModelPartResultBuilderBasic(NavigablePath navigablePath, BasicValuedModelPart modelPart) -
Uses of BasicValuedModelPart in org.hibernate.sql.results.graph.basic
Constructors in org.hibernate.sql.results.graph.basic with parameters of type BasicValuedModelPart Constructor Description BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, FetchTiming fetchTiming, DomainResultCreationState creationState, boolean unwrapRowProcessingState)BasicFetch(int valuesArrayPosition, FetchParent fetchParent, NavigablePath fetchablePath, BasicValuedModelPart valuedMapping, BasicValueConverter<T,?> valueConverter, FetchTiming fetchTiming, boolean canBasicPartFetchBeDelayed, DomainResultCreationState creationState, boolean coerceResultType, boolean unwrapRowProcessingState)
-