Uses of Interface
st.orm.template.JoinType
Packages that use JoinType
-
Uses of JoinType in st.orm.template
Methods in st.orm.template that return JoinTypeModifier and TypeMethodDescriptionstatic JoinTypeJoinType.cross()The default cross join type.static JoinTypeJoinType.inner()The default inner join type.static JoinTypeJoinType.left()The default left join type.static JoinTypeJoinType.right()The default right join type.Methods in st.orm.template with parameters of type JoinTypeModifier and TypeMethodDescriptionabstract QueryBuilder.TypedJoinBuilder<T, R, ID> Adds a join of the specified type to the query.abstract QueryBuilder.JoinBuilder<T, R, ID> QueryBuilder.join(JoinType type, StringTemplatePREVIEW template, String alias) Adds a join of the specified type to the query using a template.abstract QueryBuilder.JoinBuilder<T, R, ID> QueryBuilder.join(JoinType type, QueryBuilder<?, ?, ?> subquery, String alias) Adds a join of the specified type to the query using a subquery. -
Uses of JoinType in st.orm.template.impl
Classes in st.orm.template.impl that implement JoinTypeModifier and TypeClassDescriptionenumDefault implementation of theJoinTypeinterface used to represent the default join types.