- java.lang.Object
-
- org.jooq.meta.jaxb.Matchers
-
- All Implemented Interfaces:
Serializable,XMLAppendable
public class Matchers extends Object implements Serializable, XMLAppendable
Declarative naming strategy configuration.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MatchersCatalogType>catalogsprotected List<MatchersEmbeddableType>embeddablesprotected List<MatchersEnumType>enumsprotected List<MatchersFieldType>fieldsprotected List<MatchersRoutineType>routinesprotected List<MatchersSchemaType>schemasprotected List<MatchersSequenceType>sequencesprotected List<MatchersTableType>tables
-
Constructor Summary
Constructors Constructor Description Matchers()
-
Method Summary
-
-
-
Field Detail
-
catalogs
protected List<MatchersCatalogType> catalogs
-
schemas
protected List<MatchersSchemaType> schemas
-
tables
protected List<MatchersTableType> tables
-
fields
protected List<MatchersFieldType> fields
-
routines
protected List<MatchersRoutineType> routines
-
sequences
protected List<MatchersSequenceType> sequences
-
enums
protected List<MatchersEnumType> enums
-
embeddables
protected List<MatchersEmbeddableType> embeddables
-
-
Method Detail
-
getCatalogs
public List<MatchersCatalogType> getCatalogs()
-
setCatalogs
public void setCatalogs(List<MatchersCatalogType> catalogs)
-
getSchemas
public List<MatchersSchemaType> getSchemas()
-
setSchemas
public void setSchemas(List<MatchersSchemaType> schemas)
-
getTables
public List<MatchersTableType> getTables()
-
setTables
public void setTables(List<MatchersTableType> tables)
-
getFields
public List<MatchersFieldType> getFields()
-
setFields
public void setFields(List<MatchersFieldType> fields)
-
getRoutines
public List<MatchersRoutineType> getRoutines()
-
setRoutines
public void setRoutines(List<MatchersRoutineType> routines)
-
getSequences
public List<MatchersSequenceType> getSequences()
-
setSequences
public void setSequences(List<MatchersSequenceType> sequences)
-
getEnums
public List<MatchersEnumType> getEnums()
-
setEnums
public void setEnums(List<MatchersEnumType> enums)
-
getEmbeddables
public List<MatchersEmbeddableType> getEmbeddables()
-
setEmbeddables
public void setEmbeddables(List<MatchersEmbeddableType> embeddables)
-
withCatalogs
public Matchers withCatalogs(MatchersCatalogType... values)
-
withCatalogs
public Matchers withCatalogs(Collection<MatchersCatalogType> values)
-
withCatalogs
public Matchers withCatalogs(List<MatchersCatalogType> catalogs)
-
withSchemas
public Matchers withSchemas(MatchersSchemaType... values)
-
withSchemas
public Matchers withSchemas(Collection<MatchersSchemaType> values)
-
withSchemas
public Matchers withSchemas(List<MatchersSchemaType> schemas)
-
withTables
public Matchers withTables(MatchersTableType... values)
-
withTables
public Matchers withTables(Collection<MatchersTableType> values)
-
withTables
public Matchers withTables(List<MatchersTableType> tables)
-
withFields
public Matchers withFields(MatchersFieldType... values)
-
withFields
public Matchers withFields(Collection<MatchersFieldType> values)
-
withFields
public Matchers withFields(List<MatchersFieldType> fields)
-
withRoutines
public Matchers withRoutines(MatchersRoutineType... values)
-
withRoutines
public Matchers withRoutines(Collection<MatchersRoutineType> values)
-
withRoutines
public Matchers withRoutines(List<MatchersRoutineType> routines)
-
withSequences
public Matchers withSequences(MatchersSequenceType... values)
-
withSequences
public Matchers withSequences(Collection<MatchersSequenceType> values)
-
withSequences
public Matchers withSequences(List<MatchersSequenceType> sequences)
-
withEnums
public Matchers withEnums(MatchersEnumType... values)
-
withEnums
public Matchers withEnums(Collection<MatchersEnumType> values)
-
withEnums
public Matchers withEnums(List<MatchersEnumType> enums)
-
withEmbeddables
public Matchers withEmbeddables(MatchersEmbeddableType... values)
-
withEmbeddables
public Matchers withEmbeddables(Collection<MatchersEmbeddableType> values)
-
withEmbeddables
public Matchers withEmbeddables(List<MatchersEmbeddableType> embeddables)
-
appendTo
public final void appendTo(XMLBuilder builder)
- Specified by:
appendToin interfaceXMLAppendable
-
-