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 an immutable list of columns in the entity or projection.Extracts the values from the given record and maps them to the columns of the entity or projection.Methods in st.orm.template with parameters of type Column -
Uses of Column in st.orm.template.impl
Classes in st.orm.template.impl that implement ColumnModifier and TypeClassDescriptionfinal recordRepresents a column in a database table.Methods in st.orm.template.impl that return types with arguments of type ColumnModifier and TypeMethodDescriptionModelImpl.columns()Returns the value of thecolumnsrecord component.Extracts the values from the given record and maps them to the columns of the entity or projection.default SequencedMap<Column, Object> Maps the values from the given record to a set of columns.Maps the values from the given record to a set of columns.Methods in st.orm.template.impl with parameters of type ColumnModifier and TypeMethodDescriptionExtracts the value for the specified column from the given record.Extracts the value for the specified column for the given record.Method parameters in st.orm.template.impl with type arguments of type ColumnModifier and TypeMethodDescriptionMaps the values from the given record to a set of columns.Constructor parameters in st.orm.template.impl with type arguments of type Column