Uses of Interface
org.hibernate.mapping.Selectable
-
Packages that use Selectable Package Description org.hibernate.id org.hibernate.mapping org.hibernate.query.sqm.function -
-
Uses of Selectable in org.hibernate.id
Classes in org.hibernate.id that implement Selectable Modifier and Type Class Description classExportableColumnMethods 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 classColumnclassFormulaA formula is a derived column valueMethods in org.hibernate.mapping that return Selectable Modifier and Type Method Description SelectableBasicValue. getColumn()protected SelectableSimpleValue. 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 ofIteratoras a return typeIterator<Selectable>SimpleValue. getColumnIterator()Deprecated.Iterator<Selectable>Value. getColumnIterator()Deprecated.moving away from the use ofIteratoras 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 voidAny. 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.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement Selectable Modifier and Type Class Description classSelfRenderingAggregateFunctionSqlAstExpressionRepresentation of an aggregate function call in the SQL AST for impls that know how to render themselves.classSelfRenderingFunctionSqlAstExpressionRepresentation of a function call in the SQL AST for impls that know how to render themselves.classSelfRenderingOrderedSetAggregateFunctionSqlAstExpressionRepresentation of an aggregate function call in the SQL AST for impls that know how to render themselves.classSelfRenderingWindowFunctionSqlAstExpressionRepresentation of a window function call in the SQL AST for impls that know how to render themselves.
-