Uses of Enum Class
st.orm.ResolveScope
Packages that use ResolveScope
-
Uses of ResolveScope in st.orm
Methods in st.orm that return ResolveScopeModifier and TypeMethodDescriptionstatic ResolveScopeReturns the enum constant of this class with the specified name.static ResolveScope[]ResolveScope.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ResolveScope in st.orm.template
Methods in st.orm.template with parameters of type ResolveScopeModifier and TypeMethodDescriptionstatic ElementTemplates.alias(Class<? extends Data> table, ResolveScope scope) Generates an alias element for the specified table class.static ElementTemplates.column(Metamodel<?, ?> path, ResolveScope scope) Generates a column element for a column specified by the givenmetamodelin a type safe manner.