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