Uses of Class
org.jooq.meta.jaxb.MatchersCatalogType
Packages that use MatchersCatalogType
-
Uses of MatchersCatalogType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersCatalogTypeMethods in org.jooq.meta.jaxb that return MatchersCatalogTypeModifier and TypeMethodDescriptionObjectFactory.createMatchersCatalogType()Create an instance ofMatchersCatalogTypeMatchersCatalogType.withCatalogClass(MatcherRule value) This rule influences the naming of the generatedCatalogobject.MatchersCatalogType.withCatalogIdentifier(MatcherRule value) This rule influences the naming of the generatedCatalogidentifier.MatchersCatalogType.withCatalogImplements(String value) This string provides additional interfaces that a generatedCatalogshould implement.MatchersCatalogType.withExpression(String value) This catalog matcher applies to all unqualified or qualified catalog names matched by this expression.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersCatalogTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersCatalogTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersCatalogTypeModifier and TypeMethodDescriptionvoidMatchers.setCatalogs(List<MatchersCatalogType> catalogs) Matchers.withCatalogs(Collection<MatchersCatalogType> values) Matchers.withCatalogs(List<MatchersCatalogType> catalogs)