Uses of Interface
org.hibernate.mapping.Selectable
Packages that use Selectable
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced
,
contain the built-in id generators, all of which implement either
IdentifierGenerator
or
PostInsertIdentifierGenerator
.This package defines the Hibernate configuration-time mapping model.
An SPI for defining, registering, and rendering functions in HQL.
-
Uses of Selectable in org.hibernate.boot.jaxb.hbm.transform
Methods in org.hibernate.boot.jaxb.hbm.transform that return types with arguments of type SelectableModifier and TypeMethodDescriptionTransformationState.getMappableAttributesByColumns
(String entityName) TransformationState.getMappableAttributesByColumnsByEntity()
Method parameters in org.hibernate.boot.jaxb.hbm.transform with type arguments of type SelectableModifier and TypeMethodDescriptionvoid
TransformationState.registerMappableAttributesByColumns
(String entityName, String attributeName, List<Selectable> selectables) -
Uses of Selectable in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type SelectableModifier and TypeMethodDescriptionstatic <T> BasicValue.Resolution<T>
InferredBasicValueResolver.from
(BasicJavaType<T> explicitJavaType, JdbcType explicitJdbcType, Type resolvedJavaType, Supplier<JavaType<T>> reflectedJtdResolver, Function<TypeConfiguration, MutabilityPlan> explicitMutabilityPlanAccess, JdbcTypeIndicators stdIndicators, Table table, Selectable selectable, String ownerName, String propertyName, MetadataBuildingContext buildingContext) -
Uses of Selectable in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model with parameters of type SelectableModifier and TypeMethodDescriptionstatic Column
Column.from
(Selectable selectable) Creates an Envers column mapping from an Hibernate ORM column mapping.static Formula
Formula.from
(Selectable formula) Create an Envers Formula mapping from an Hibernate ORM formula.Method parameters in org.hibernate.envers.boot.model with type arguments of type SelectableModifier and TypeMethodDescriptionIdentifierRelation.getAttributesPrefixed
(String prefix, Iterator<Selectable> iterator, boolean makeKey, boolean insertable) -
Uses of Selectable in org.hibernate.envers.configuration.internal.metadata
Method parameters in org.hibernate.envers.configuration.internal.metadata with type arguments of type SelectableModifier and TypeMethodDescriptionstatic ColumnNameIterator
ColumnNameIterator.from
(Iterator<Selectable> selectables) -
Uses of Selectable in org.hibernate.id
Classes in org.hibernate.id that implement SelectableMethods in org.hibernate.id that return types with arguments of type Selectable -
Uses of Selectable in org.hibernate.mapping
Classes in org.hibernate.mapping that implement SelectableModifier and TypeClassDescriptionclass
An aggregate column is a column of typeSqlTypes.STRUCT
,SqlTypes.JSON
orSqlTypes.SQLXML
that aggregates a component into a single column.class
class
Methods in org.hibernate.mapping that return SelectableModifier and TypeMethodDescriptionBasicValue.getColumn()
protected Selectable
SimpleValue.getColumn
(int position) Methods in org.hibernate.mapping that return types with arguments of type SelectableModifier and TypeMethodDescriptionIndex.getSelectableOrderMap()
Collection.getSelectables()
Component.getSelectables()
Index.getSelectables()
OneToMany.getSelectables()
Property.getSelectables()
Delegates toValue.getSelectables()
.SimpleValue.getSelectables()
Value.getSelectables()
The mapping to columns and formulas.OneToOne.getVirtualSelectables()
default List<Selectable>
Value.getVirtualSelectables()
Same asValue.getSelectables()
except it returns the PK for the non-owning side of a one-to-one association.Methods in org.hibernate.mapping with parameters of type SelectableModifier and TypeMethodDescriptionvoid
Index.addColumn
(Selectable selectable) void
Index.addColumn
(Selectable selectable, String order) void
Any.addSelectable
(Selectable selectable) Constructor parameters in org.hibernate.mapping with type arguments of type SelectableModifierConstructorDescriptionKeyValue
(Consumer<Selectable> selectableConsumer, MetadataBuildingContext buildingContext) KeyValue
(Consumer<Selectable> selectableConsumer, MetadataBuildingContext buildingContext, Table table) MetaValue
(Consumer<Selectable> selectableConsumer, MetadataBuildingContext buildingContext) MetaValue
(Consumer<Selectable> selectableConsumer, MetadataBuildingContext buildingContext, Table table) -
Uses of Selectable in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal with parameters of type SelectableModifier and TypeMethodDescriptionstatic SelectableMapping
SelectableMappingImpl.from
(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, boolean forceNotNullable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext) static SelectableMapping
SelectableMappingImpl.from
(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext) static SelectableMapping
SelectableMappingImpl.from
(String containingTableExpression, Selectable selectable, SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, boolean forceNotNullable, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext) static SelectableMapping
SelectableMappingImpl.from
(String containingTableExpression, Selectable selectable, SelectablePath parentPath, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, boolean insertable, boolean updateable, boolean partitioned, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry, RuntimeModelCreationContext creationContext) -
Uses of Selectable in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement SelectableModifier and TypeClassDescriptionclass
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
Representation of a function call in the SQL AST for impls that know how to render themselves.class
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
Representation of a window function call in the SQL AST for impls that know how to render themselves.