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.generator.values.internal org.hibernate.loader.ast.internal 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.metamodel.mapping.internal org.hibernate.query.derived org.hibernate.query.internal 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.query.sqm.sql.internal 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.generator.values.internal
Methods in org.hibernate.generator.values.internal that return BasicValuedModelPart Modifier and Type Method Description static BasicValuedModelPartGeneratedValuesHelper. getActualGeneratedModelPart(BasicValuedModelPart modelPart)Methods in org.hibernate.generator.values.internal with parameters of type BasicValuedModelPart Modifier and Type Method Description static BasicValuedModelPartGeneratedValuesHelper. getActualGeneratedModelPart(BasicValuedModelPart modelPart) -
Uses of BasicValuedModelPart in org.hibernate.loader.ast.internal
Methods in org.hibernate.loader.ast.internal with parameters of type BasicValuedModelPart Modifier and Type Method Description static <K> K[]LoaderHelper. normalizeKeys(K[] keys, BasicValuedModelPart keyPart, SharedSessionContractImplementor session, SessionFactoryImplementor sessionFactory)Normalize an array of keys (primary, foreign or natural). -
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.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement BasicValuedModelPart Modifier and Type Class Description classAbstractDiscriminatorMappingclassAnyDiscriminatorPartActs as a ModelPart for the discriminator portion of an any-valued mappingclassAnyKeyPartActs as a ModelPart for the key portion of an any-valued mappingclassBasicAttributeMappingclassBasicEntityIdentifierMappingImplMapping of a simple identifierclassBasicValuedCollectionPartModels a basic collection element/value or index/keyclassCaseStatementDiscriminatorMappingImplclassCollectionIdentifierDescriptorImplclassEntityRowIdMappingImplclassEntityVersionMappingImplclassExplicitColumnDiscriminatorMappingImplclassSimpleForeignKeyDescriptorMethods in org.hibernate.metamodel.mapping.internal that return BasicValuedModelPart Modifier and Type Method Description BasicValuedModelPartDiscriminatedAssociationAttributeMapping. getKeyPart()BasicValuedModelPartDiscriminatedAssociationMapping. getKeyPart()BasicValuedModelPartDiscriminatedCollectionPart. getKeyPart()BasicValuedModelPartSimpleForeignKeyDescriptor. getKeyPart()BasicValuedModelPartSimpleForeignKeyDescriptorSide. getModelPart()BasicValuedModelPartSimpleForeignKeyDescriptor. getTargetPart()Methods in org.hibernate.metamodel.mapping.internal with parameters of type BasicValuedModelPart Modifier and Type Method Description static BasicAttributeMappingBasicAttributeMapping. withSelectableMapping(ManagedMappingType declaringType, BasicValuedModelPart original, PropertyAccess propertyAccess, boolean insertable, boolean updateable, SelectableMapping selectableMapping)Constructors in org.hibernate.metamodel.mapping.internal with parameters of type BasicValuedModelPart Constructor Description DiscriminatedAssociationMapping(DiscriminatedAssociationModelPart modelPart, AnyDiscriminatorPart discriminatorPart, BasicValuedModelPart keyPart, JavaType<?> baseAssociationJtd, FetchTiming fetchTiming, SessionFactoryImplementor sessionFactory)SimpleForeignKeyDescriptor(BasicValuedModelPart keyModelPart, BasicValuedModelPart targetModelPart, boolean refersToPrimaryKey, boolean hasConstraint, boolean swapDirection)SimpleForeignKeyDescriptor(ManagedMappingType keyDeclaringType, BasicValuedModelPart keyModelPart, PropertyAccess keyPropertyAccess, SelectableMapping keySelectableMapping, BasicValuedModelPart targetModelPart, boolean insertable, boolean updateable, boolean refersToPrimaryKey, boolean hasConstraint)SimpleForeignKeyDescriptor(ManagedMappingType keyDeclaringType, SelectableMapping keySelectableMapping, BasicValuedModelPart targetModelPart, boolean refersToPrimaryKey, boolean hasConstraint)SimpleForeignKeyDescriptor(ManagedMappingType keyDeclaringType, SelectableMapping keySelectableMapping, PropertyAccess valueAccess, BasicValuedModelPart targetModelPart, boolean refersToPrimaryKey, boolean hasConstraint, boolean swapDirection)SimpleForeignKeyDescriptorSide(ForeignKeyDescriptor.Nature nature, BasicValuedModelPart modelPart) -
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.internal
Methods in org.hibernate.query.internal that return BasicValuedModelPart Modifier and Type Method Description BasicValuedModelPartFetchMementoBasicStandard. getFetchedAttribute()Constructors in org.hibernate.query.internal with parameters of type BasicValuedModelPart Constructor Description FetchMementoBasicStandard(NavigablePath navigablePath, BasicValuedModelPart fetchedAttribute, String columnAlias)ModelPartResultMementoBasicImpl(NavigablePath navigablePath, BasicValuedModelPart modelPart, String columnName) -
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.query.sqm.sql.internal
Constructors in org.hibernate.query.sqm.sql.internal with parameters of type BasicValuedModelPart Constructor Description BasicValuedPathInterpretation(ColumnReference columnReference, NavigablePath navigablePath, BasicValuedModelPart mapping, TableGroup tableGroup) -
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)
-