Uses of Interface
org.hibernate.mapping.Selectable
Packages that use Selectable
Package
Description
This package defines the Hibernate configuration-time mapping model.
-
Uses of Selectable in org.hibernate.mapping
Classes in org.hibernate.mapping that implement SelectableModifier and TypeClassDescriptionfinal classAn aggregate column is a column of typeSqlTypes.STRUCT,SqlTypes.JSONorSqlTypes.SQLXMLthat aggregates a component into a single column.classfinal classMethods in org.hibernate.mapping that return SelectableModifier and TypeMethodDescriptionBasicValue.getColumn()protected SelectableSimpleValue.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 TypeMethodDescriptionvoidIndex.addColumn(Selectable selectable) voidIndex.addColumn(Selectable selectable, String order) voidAny.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)