java.lang.Object
org.jooq.meta.jaxb.Matchers
- All Implemented Interfaces:
Serializable,XMLAppendable
Declarative naming strategy configuration.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<MatchersCatalogType>protected List<MatchersEmbeddableType>protected List<MatchersEnumType>protected List<MatchersFieldType>protected List<MatchersRoutineType>protected List<MatchersSchemaType>protected List<MatchersSequenceType>protected List<MatchersTableType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleangetEnums()inthashCode()voidsetCatalogs(List<MatchersCatalogType> catalogs) voidsetEmbeddables(List<MatchersEmbeddableType> embeddables) voidsetEnums(List<MatchersEnumType> enums) voidsetFields(List<MatchersFieldType> fields) voidsetRoutines(List<MatchersRoutineType> routines) voidsetSchemas(List<MatchersSchemaType> schemas) voidsetSequences(List<MatchersSequenceType> sequences) voidsetTables(List<MatchersTableType> tables) toString()withCatalogs(Collection<MatchersCatalogType> values) withCatalogs(List<MatchersCatalogType> catalogs) withCatalogs(MatchersCatalogType... values) withEmbeddables(List<MatchersEmbeddableType> embeddables) withEmbeddables(MatchersEmbeddableType... values) withEnums(Collection<MatchersEnumType> values) withEnums(List<MatchersEnumType> enums) withEnums(MatchersEnumType... values) withFields(Collection<MatchersFieldType> values) withFields(List<MatchersFieldType> fields) withFields(MatchersFieldType... values) withRoutines(Collection<MatchersRoutineType> values) withRoutines(List<MatchersRoutineType> routines) withRoutines(MatchersRoutineType... values) withSchemas(Collection<MatchersSchemaType> values) withSchemas(List<MatchersSchemaType> schemas) withSchemas(MatchersSchemaType... values) withSequences(Collection<MatchersSequenceType> values) withSequences(List<MatchersSequenceType> sequences) withSequences(MatchersSequenceType... values) withTables(Collection<MatchersTableType> values) withTables(List<MatchersTableType> tables) withTables(MatchersTableType... values)
-
Field Details
-
catalogs
-
schemas
-
tables
-
fields
-
routines
-
sequences
-
enums
-
embeddables
-
-
Constructor Details
-
Matchers
public Matchers()
-
-
Method Details
-
getCatalogs
-
setCatalogs
-
getSchemas
-
setSchemas
-
getTables
-
setTables
-
getFields
-
setFields
-
getRoutines
-
setRoutines
-
getSequences
-
setSequences
-
getEnums
-
setEnums
-
getEmbeddables
-
setEmbeddables
-
withCatalogs
-
withCatalogs
-
withCatalogs
-
withSchemas
-
withSchemas
-
withSchemas
-
withTables
-
withTables
-
withTables
-
withFields
-
withFields
-
withFields
-
withRoutines
-
withRoutines
-
withRoutines
-
withSequences
-
withSequences
-
withSequences
-
withEnums
-
withEnums
-
withEnums
-
withEmbeddables
-
withEmbeddables
-
withEmbeddables
-
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-