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<MatchersAttributeType> protected List<MatchersCatalogType> protected List<MatchersEmbeddableType> protected List<MatchersEnumType> protected List<MatchersFieldType> protected List<MatchersForeignKeyType> protected List<MatchersIndexType> protected List<MatchersPrimaryKeyType> protected List<MatchersRoutineType> protected List<MatchersSchemaType> protected List<MatchersSequenceType> protected List<MatchersTableType> protected List<MatchersUDTType> protected List<MatchersUniqueKeyType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleangetEnums()getUdts()inthashCode()voidsetAttributes(List<MatchersAttributeType> attributes) voidsetCatalogs(List<MatchersCatalogType> catalogs) voidsetEmbeddables(List<MatchersEmbeddableType> embeddables) voidsetEnums(List<MatchersEnumType> enums) voidsetFields(List<MatchersFieldType> fields) voidsetForeignKeys(List<MatchersForeignKeyType> foreignKeys) voidsetIndexes(List<MatchersIndexType> indexes) voidsetPrimaryKeys(List<MatchersPrimaryKeyType> primaryKeys) voidsetRoutines(List<MatchersRoutineType> routines) voidsetSchemas(List<MatchersSchemaType> schemas) voidsetSequences(List<MatchersSequenceType> sequences) voidsetTables(List<MatchersTableType> tables) voidsetUdts(List<MatchersUDTType> udts) voidsetUniqueKeys(List<MatchersUniqueKeyType> uniqueKeys) toString()withAttributes(List<MatchersAttributeType> attributes) withAttributes(MatchersAttributeType... values) 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) withForeignKeys(List<MatchersForeignKeyType> foreignKeys) withForeignKeys(MatchersForeignKeyType... values) withIndexes(Collection<MatchersIndexType> values) withIndexes(List<MatchersIndexType> indexes) withIndexes(MatchersIndexType... values) withPrimaryKeys(List<MatchersPrimaryKeyType> primaryKeys) withPrimaryKeys(MatchersPrimaryKeyType... 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) withUdts(Collection<MatchersUDTType> values) withUdts(List<MatchersUDTType> udts) withUdts(MatchersUDTType... values) withUniqueKeys(List<MatchersUniqueKeyType> uniqueKeys) withUniqueKeys(MatchersUniqueKeyType... values)
-
Field Details
-
catalogs
-
schemas
-
tables
-
indexes
-
-
uniqueKeys
-
foreignKeys
-
fields
-
routines
-
sequences
-
enums
-
embeddables
-
udts
-
attributes
-
-
Constructor Details
-
Matchers
public Matchers()
-
-
Method Details
-
getCatalogs
-
setCatalogs
-
getSchemas
-
setSchemas
-
getTables
-
setTables
-
getIndexes
-
setIndexes
-
getPrimaryKeys
-
setPrimaryKeys
-
getUniqueKeys
-
setUniqueKeys
-
getForeignKeys
-
setForeignKeys
-
getFields
-
setFields
-
getRoutines
-
setRoutines
-
getSequences
-
setSequences
-
getEnums
-
setEnums
-
getEmbeddables
-
setEmbeddables
-
getUdts
-
setUdts
-
getAttributes
-
setAttributes
-
withCatalogs
-
withCatalogs
-
withCatalogs
-
withSchemas
-
withSchemas
-
withSchemas
-
withTables
-
withTables
-
withTables
-
withIndexes
-
withIndexes
-
withIndexes
-
withPrimaryKeys
-
withPrimaryKeys
-
withPrimaryKeys
-
withUniqueKeys
-
withUniqueKeys
-
withUniqueKeys
-
withForeignKeys
-
withForeignKeys
-
withForeignKeys
-
withFields
-
withFields
-
withFields
-
withRoutines
-
withRoutines
-
withRoutines
-
withSequences
-
withSequences
-
withSequences
-
withEnums
-
withEnums
-
withEnums
-
withEmbeddables
-
withEmbeddables
-
withEmbeddables
-
withUdts
-
withUdts
-
withUdts
-
withAttributes
-
withAttributes
-
withAttributes
-
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-