Uses of Class
org.jooq.meta.jaxb.Matchers
Packages that use Matchers
-
Uses of Matchers in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as MatchersMethods in org.jooq.meta.jaxb that return MatchersModifier and TypeMethodDescriptionObjectFactory.createMatchers()Create an instance ofMatchersStrategy.getMatchers()The matcher strategy configuration used when applying an XML-based strategy.Matchers.withCatalogs(Collection<MatchersCatalogType> values) Matchers.withCatalogs(List<MatchersCatalogType> catalogs) Matchers.withCatalogs(MatchersCatalogType... values) Matchers.withEmbeddables(Collection<MatchersEmbeddableType> values) Matchers.withEmbeddables(List<MatchersEmbeddableType> embeddables) Matchers.withEmbeddables(MatchersEmbeddableType... values) Matchers.withEnums(Collection<MatchersEnumType> values) Matchers.withEnums(List<MatchersEnumType> enums) Matchers.withEnums(MatchersEnumType... values) Matchers.withFields(Collection<MatchersFieldType> values) Matchers.withFields(List<MatchersFieldType> fields) Matchers.withFields(MatchersFieldType... values) Matchers.withRoutines(Collection<MatchersRoutineType> values) Matchers.withRoutines(List<MatchersRoutineType> routines) Matchers.withRoutines(MatchersRoutineType... values) Matchers.withSchemas(Collection<MatchersSchemaType> values) Matchers.withSchemas(List<MatchersSchemaType> schemas) Matchers.withSchemas(MatchersSchemaType... values) Matchers.withSequences(Collection<MatchersSequenceType> values) Matchers.withSequences(List<MatchersSequenceType> sequences) Matchers.withSequences(MatchersSequenceType... values) Matchers.withTables(Collection<MatchersTableType> values) Matchers.withTables(List<MatchersTableType> tables) Matchers.withTables(MatchersTableType... values) Methods in org.jooq.meta.jaxb with parameters of type MatchersModifier and TypeMethodDescriptionvoidStrategy.setMatchers(Matchers value) The matcher strategy configuration used when applying an XML-based strategy.Strategy.withMatchers(Matchers value) The matcher strategy configuration used when applying an XML-based strategy.