Uses of Enum Class
st.orm.Templates.SelectMode
Packages that use Templates.SelectMode
-
Uses of Templates.SelectMode in st.orm
Methods in st.orm that return Templates.SelectModeModifier and TypeMethodDescriptionstatic Templates.SelectModeReturns the enum constant of this class with the specified name.static Templates.SelectMode[]Templates.SelectMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in st.orm with parameters of type Templates.SelectModeModifier and TypeMethodDescriptionstatic ElementTemplates.select(Class<? extends Record> table, Templates.SelectMode mode) Generates a SELECT element for the specified table class. -
Uses of Templates.SelectMode in st.orm.template.impl
Methods in st.orm.template.impl that return Templates.SelectModeModifier and TypeMethodDescriptionElements.Select.mode()Returns the value of themoderecord component.Constructors in st.orm.template.impl with parameters of type Templates.SelectModeModifierConstructorDescriptionSelect(Class<? extends Record> table, Templates.SelectMode mode) Creates an instance of aSelectrecord class.