Uses of Interface
st.orm.mapping.ForeignKeyResolver
Packages that use ForeignKeyResolver
-
Uses of ForeignKeyResolver in st.orm.mapping
Fields in st.orm.mapping declared as ForeignKeyResolverModifier and TypeFieldDescriptionstatic final ForeignKeyResolverForeignKeyResolver.DEFAULTThe default foreign key resolver used by the ORM template.Methods in st.orm.mapping that return ForeignKeyResolverModifier and TypeMethodDescriptionstatic ForeignKeyResolverForeignKeyResolver.camelCaseToSnakeCase()Resolves the column name for a record component using camel case to snake case conversion.static ForeignKeyResolverForeignKeyResolver.toUpperCase(ForeignKeyResolver resolver) Resolves the column name for a record component by converting the column name to upper case.Methods in st.orm.mapping with parameters of type ForeignKeyResolverModifier and TypeMethodDescriptionstatic ForeignKeyResolverForeignKeyResolver.toUpperCase(ForeignKeyResolver resolver) Resolves the column name for a record component by converting the column name to upper case.TemplateDecorator.withForeignKeyResolver(ForeignKeyResolver foreignKeyResolver) Returns a new prepared statement template with the specified foreign key resolver.