Uses of Interface
org.hibernate.mapping.Selectable
-
-
Uses of Selectable in org.hibernate.boot.model.process.internal
Methods in org.hibernate.boot.model.process.internal with parameters of type Selectable Modifier and Type Method Description static <T> BasicValue.Resolution<T>
InferredBasicValueResolver. from(BasicJavaType<T> explicitJavaType, JdbcType explicitJdbcType, Type resolvedJavaType, Supplier<JavaType<T>> reflectedJtdResolver, JdbcTypeIndicators stdIndicators, Table table, Selectable selectable, String ownerName, String propertyName, Dialect dialect, TypeConfiguration typeConfiguration)
-
Uses of Selectable in org.hibernate.envers.boot.model
Methods in org.hibernate.envers.boot.model with parameters of type Selectable Modifier and Type Method Description static 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 Selectable Modifier and Type Method Description List<Attribute>
IdentifierRelation. 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 Selectable Modifier and Type Method Description static ColumnNameIterator
ColumnNameIterator. from(Iterator<Selectable> selectables)
-
Uses of Selectable in org.hibernate.id
Classes in org.hibernate.id that implement Selectable Modifier and Type Class Description class
ExportableColumn
Methods in org.hibernate.id that return types with arguments of type Selectable Modifier and Type Method Description Iterator<Selectable>
ExportableColumn.ValueImpl. getColumnIterator()
Deprecated.List<Selectable>
ExportableColumn.ValueImpl. getSelectables()
-
Uses of Selectable in org.hibernate.mapping
Classes in org.hibernate.mapping that implement Selectable Modifier and Type Class Description class
Column
A mapping model object representing a column of a relational database table.class
Formula
A formula is a derived column valueMethods in org.hibernate.mapping that return Selectable Modifier and Type Method Description Selectable
BasicValue. getColumn()
protected Selectable
SimpleValue. getColumn(int position)
Methods in org.hibernate.mapping that return types with arguments of type Selectable Modifier and Type Method Description Iterator<Selectable>
Collection. getColumnIterator()
Deprecated.Iterator<Selectable>
Component. getColumnIterator()
Deprecated.Iterator<Selectable>
OneToMany. getColumnIterator()
Deprecated.Iterator<Selectable>
Property. getColumnIterator()
Deprecated.moving away from the use ofIterator
as a return typeIterator<Selectable>
SimpleValue. getColumnIterator()
Deprecated.Iterator<Selectable>
Value. getColumnIterator()
Deprecated.moving away from the use ofIterator
as a return typeIterator<Selectable>
OneToOne. getConstraintColumnIterator()
Iterator<Selectable>
SimpleValue. getConstraintColumnIterator()
protected Iterator<Selectable>
PersistentClass. getDiscriminatorColumnIterator()
Deprecated.protected Iterator<Selectable>
SingleTableSubclass. getDiscriminatorColumnIterator()
Deprecated.List<Selectable>
Collection. getSelectables()
List<Selectable>
Component. getSelectables()
List<Selectable>
OneToMany. getSelectables()
List<Selectable>
Property. getSelectables()
Delegates toValue.getSelectables()
.List<Selectable>
SimpleValue. getSelectables()
List<Selectable>
Value. getSelectables()
The mapping to columns and formulas.List<Selectable>
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 Selectable Modifier and Type Method Description void
Any. addSelectable(Selectable selectable)
Constructor parameters in org.hibernate.mapping with type arguments of type Selectable Constructor Description KeyValue(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 Selectable Modifier and Type Method Description static SelectableMapping
SelectableMappingImpl. from(String containingTableExpression, Selectable selectable, JdbcMapping jdbcMapping, TypeConfiguration typeConfiguration, Dialect dialect, SqmFunctionRegistry sqmFunctionRegistry)
-
Uses of Selectable in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement Selectable Modifier and Type Class Description class
SelfRenderingAggregateFunctionSqlAstExpression
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
SelfRenderingFunctionSqlAstExpression
Representation of a function call in the SQL AST for impls that know how to render themselves.class
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.class
SelfRenderingWindowFunctionSqlAstExpression
Representation of a window function call in the SQL AST for impls that know how to render themselves.
-