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.withAttributes(Collection<MatchersAttributeType> values) Matchers.withAttributes(List<MatchersAttributeType> attributes) Matchers.withAttributes(MatchersAttributeType... values) 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.withForeignKeys(Collection<MatchersForeignKeyType> values) Matchers.withForeignKeys(List<MatchersForeignKeyType> foreignKeys) Matchers.withForeignKeys(MatchersForeignKeyType... values) Matchers.withIndexes(Collection<MatchersIndexType> values) Matchers.withIndexes(List<MatchersIndexType> indexes) Matchers.withIndexes(MatchersIndexType... values) Matchers.withPrimaryKeys(Collection<MatchersPrimaryKeyType> values) Matchers.withPrimaryKeys(List<MatchersPrimaryKeyType> primaryKeys) Matchers.withPrimaryKeys(MatchersPrimaryKeyType... 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) Matchers.withUdts(Collection<MatchersUDTType> values) Matchers.withUdts(List<MatchersUDTType> udts) Matchers.withUdts(MatchersUDTType... values) Matchers.withUniqueKeys(Collection<MatchersUniqueKeyType> values) Matchers.withUniqueKeys(List<MatchersUniqueKeyType> uniqueKeys) Matchers.withUniqueKeys(MatchersUniqueKeyType... 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.