Uses of Class
org.jooq.meta.jaxb.MatchersCatalogType
-
Packages that use MatchersCatalogType Package Description org.jooq.meta.jaxb -
-
Uses of MatchersCatalogType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersCatalogType Modifier and Type Field Description protected List<MatchersCatalogType>Matchers. catalogsMethods in org.jooq.meta.jaxb that return MatchersCatalogType Modifier and Type Method Description MatchersCatalogTypeObjectFactory. createMatchersCatalogType()Create an instance ofMatchersCatalogTypeMatchersCatalogTypeMatchersCatalogType. withCatalogClass(MatcherRule value)This rule influences the naming of the generatedCatalogobject.MatchersCatalogTypeMatchersCatalogType. withCatalogIdentifier(MatcherRule value)This rule influences the naming of the generatedCatalogidentifier.MatchersCatalogTypeMatchersCatalogType. withCatalogImplements(String value)This string provides additional interfaces that a generatedCatalogshould implement.MatchersCatalogTypeMatchersCatalogType. 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 MatchersCatalogType Modifier and Type Method Description List<MatchersCatalogType>Matchers. getCatalogs()Methods in org.jooq.meta.jaxb with parameters of type MatchersCatalogType Modifier and Type Method Description MatchersMatchers. withCatalogs(MatchersCatalogType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type MatchersCatalogType Modifier and Type Method Description voidMatchers. setCatalogs(List<MatchersCatalogType> catalogs)MatchersMatchers. withCatalogs(Collection<MatchersCatalogType> values)MatchersMatchers. withCatalogs(List<MatchersCatalogType> catalogs)
-