Uses of Interface
st.orm.template.Column
Packages that use Column
-
Uses of Column in st.orm.template
Methods in st.orm.template that return types with arguments of type ColumnModifier and TypeMethodDescriptionModel.columns()Returns all columns of this model, including columns of expanded relationships.Model.declaredColumns()Returns the columns declared directly on this model.default SequencedMap<Column, Object> Collects all column values into an ordered map.default SequencedMap<Column, Object> Collects column values into an ordered map.Method parameters in st.orm.template with type arguments of type ColumnModifier and TypeMethodDescriptionvoidModel.forEachValue(List<Column> columns, E record, BiConsumer<Column, Object> consumer) Iterates over the values of the given columns for the supplied record.voidModel.forEachValue(List<Column> columns, E record, BiConsumer<Column, Object> consumer) Iterates over the values of the given columns for the supplied record.default SequencedMap<Column, Object> Collects column values into an ordered map.