Uses of Enum Class
st.orm.template.ResolveScope
Packages that use ResolveScope
-
Uses of ResolveScope in st.orm
Methods in st.orm with parameters of type ResolveScopeModifier and TypeMethodDescriptionstatic ElementTemplates.alias(Class<? extends Record> 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. -
Uses of ResolveScope in st.orm.template
Methods in st.orm.template 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.impl
Methods in st.orm.template.impl that return ResolveScopeModifier and TypeMethodDescriptionElements.Alias.scope()Returns the value of thescoperecord component.Elements.Column.scope()Returns the value of thescoperecord component.Constructors in st.orm.template.impl with parameters of type ResolveScopeModifierConstructorDescriptionAlias(Class<? extends Record> table, ResolveScope scope) Creates an instance of aAliasrecord class.Column(Metamodel<?, ?> metamodel, ResolveScope scope) Creates an instance of aColumnrecord class.