| Package | Description |
|---|---|
| org.jooq.meta.jaxb |
| Modifier and Type | Field and Description |
|---|---|
protected MatcherRule |
MatchersCatalogType.catalogClass |
protected MatcherRule |
MatchersCatalogType.catalogIdentifier |
protected MatcherRule |
MatchersTableType.daoClass |
protected MatcherRule |
MatchersEnumType.enumClass |
protected MatcherRule |
MatchersFieldType.fieldGetter |
protected MatcherRule |
MatchersFieldType.fieldIdentifier |
protected MatcherRule |
MatchersFieldType.fieldMember |
protected MatcherRule |
MatchersFieldType.fieldSetter |
protected MatcherRule |
MatchersEmbeddableType.interfaceClass |
protected MatcherRule |
MatchersTableType.interfaceClass |
protected MatcherRule |
MatchersEmbeddableType.pojoClass |
protected MatcherRule |
MatchersTableType.pojoClass |
protected MatcherRule |
MatchersEmbeddableType.recordClass |
protected MatcherRule |
MatchersTableType.recordClass |
protected MatcherRule |
MatchersRoutineType.routineClass |
protected MatcherRule |
MatchersRoutineType.routineMethod |
protected MatcherRule |
MatchersSchemaType.schemaClass |
protected MatcherRule |
MatchersSchemaType.schemaIdentifier |
protected MatcherRule |
MatchersSequenceType.sequenceIdentifier |
protected MatcherRule |
MatchersTableType.tableClass |
protected MatcherRule |
MatchersTableType.tableIdentifier |
| Modifier and Type | Method and Description |
|---|---|
MatcherRule |
ObjectFactory.createMatcherRule()
Create an instance of
MatcherRule |
MatcherRule |
MatchersCatalogType.getCatalogClass()
This rule influences the naming of the generated
Catalog object. |
MatcherRule |
MatchersCatalogType.getCatalogIdentifier()
This rule influences the naming of the generated
Catalog identifier. |
MatcherRule |
MatchersTableType.getDaoClass()
This rule influences the naming of the generated
DAO object. |
MatcherRule |
MatchersEnumType.getEnumClass()
This rule influences the naming of the generated
EnumType object. |
MatcherRule |
MatchersFieldType.getFieldGetter()
This rule influences the naming of generated getters (e.g. in
TableRecord and/or POJOs) corresponding to this Field |
MatcherRule |
MatchersFieldType.getFieldIdentifier()
This rule influences the naming of the generated
Field identifier. |
MatcherRule |
MatchersFieldType.getFieldMember()
This rule influences the naming of generated members (e.g. in POJOs) corresponding to this
Field |
MatcherRule |
MatchersFieldType.getFieldSetter()
This rule influences the naming of generated setters (e.g. in
TableRecord and/or POJOs) corresponding to this Field |
MatcherRule |
MatchersEmbeddableType.getInterfaceClass()
This rule influences the naming of the generated interface implemented by the
EmbeddableRecord and/or the POJO. |
MatcherRule |
MatchersTableType.getInterfaceClass()
This rule influences the naming of the generated interface implemented by the
TableRecord and/or the POJO. |
MatcherRule |
MatchersEmbeddableType.getPojoClass()
This rule influences the naming of the generated POJOs object.
|
MatcherRule |
MatchersTableType.getPojoClass()
This rule influences the naming of the generated POJOs object.
|
MatcherRule |
MatchersEmbeddableType.getRecordClass()
This rule influences the naming of the generated
EmbeddableRecord object. |
MatcherRule |
MatchersTableType.getRecordClass()
This rule influences the naming of the generated
TableRecord object. |
MatcherRule |
MatchersRoutineType.getRoutineClass()
This rule influences the naming of the generated
Routine object. |
MatcherRule |
MatchersRoutineType.getRoutineMethod()
This rule influences the naming of generated convenience methods used to call the
Routine. |
MatcherRule |
MatchersSchemaType.getSchemaClass()
This rule influences the naming of the generated
Schema object. |
MatcherRule |
MatchersSchemaType.getSchemaIdentifier()
This rule influences the naming of the generated
Schema identifier. |
MatcherRule |
MatchersSequenceType.getSequenceIdentifier()
This rule influences the naming of the generated
Sequence identifier. |
MatcherRule |
MatchersTableType.getTableClass()
This rule influences the naming of the generated
Table object. |
MatcherRule |
MatchersTableType.getTableIdentifier()
This rule influences the naming of the generated
Table identifier. |
MatcherRule |
MatcherRule.withExpression(String value)
A replacement expression that transforms the matched expression in a new value.
|
MatcherRule |
MatcherRule.withTransform(MatcherTransformType value)
A pre-defined transformation type that transforms this rule's output into a specific format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MatchersCatalogType.setCatalogClass(MatcherRule value)
This rule influences the naming of the generated
Catalog object. |
void |
MatchersCatalogType.setCatalogIdentifier(MatcherRule value)
This rule influences the naming of the generated
Catalog identifier. |
void |
MatchersTableType.setDaoClass(MatcherRule value)
This rule influences the naming of the generated
DAO object. |
void |
MatchersEnumType.setEnumClass(MatcherRule value)
This rule influences the naming of the generated
EnumType object. |
void |
MatchersFieldType.setFieldGetter(MatcherRule value)
This rule influences the naming of generated getters (e.g. in
TableRecord and/or POJOs) corresponding to this Field |
void |
MatchersFieldType.setFieldIdentifier(MatcherRule value)
This rule influences the naming of the generated
Field identifier. |
void |
MatchersFieldType.setFieldMember(MatcherRule value)
This rule influences the naming of generated members (e.g. in POJOs) corresponding to this
Field |
void |
MatchersFieldType.setFieldSetter(MatcherRule value)
This rule influences the naming of generated setters (e.g. in
TableRecord and/or POJOs) corresponding to this Field |
void |
MatchersEmbeddableType.setInterfaceClass(MatcherRule value)
This rule influences the naming of the generated interface implemented by the
EmbeddableRecord and/or the POJO. |
void |
MatchersTableType.setInterfaceClass(MatcherRule value)
This rule influences the naming of the generated interface implemented by the
TableRecord and/or the POJO. |
void |
MatchersEmbeddableType.setPojoClass(MatcherRule value)
This rule influences the naming of the generated POJOs object.
|
void |
MatchersTableType.setPojoClass(MatcherRule value)
This rule influences the naming of the generated POJOs object.
|
void |
MatchersEmbeddableType.setRecordClass(MatcherRule value)
This rule influences the naming of the generated
EmbeddableRecord object. |
void |
MatchersTableType.setRecordClass(MatcherRule value)
This rule influences the naming of the generated
TableRecord object. |
void |
MatchersRoutineType.setRoutineClass(MatcherRule value)
This rule influences the naming of the generated
Routine object. |
void |
MatchersRoutineType.setRoutineMethod(MatcherRule value)
This rule influences the naming of generated convenience methods used to call the
Routine. |
void |
MatchersSchemaType.setSchemaClass(MatcherRule value)
This rule influences the naming of the generated
Schema object. |
void |
MatchersSchemaType.setSchemaIdentifier(MatcherRule value)
This rule influences the naming of the generated
Schema identifier. |
void |
MatchersSequenceType.setSequenceIdentifier(MatcherRule value)
This rule influences the naming of the generated
Sequence identifier. |
void |
MatchersTableType.setTableClass(MatcherRule value)
This rule influences the naming of the generated
Table object. |
void |
MatchersTableType.setTableIdentifier(MatcherRule value)
This rule influences the naming of the generated
Table identifier. |
MatchersCatalogType |
MatchersCatalogType.withCatalogClass(MatcherRule value)
This rule influences the naming of the generated
Catalog object. |
MatchersCatalogType |
MatchersCatalogType.withCatalogIdentifier(MatcherRule value)
This rule influences the naming of the generated
Catalog identifier. |
MatchersTableType |
MatchersTableType.withDaoClass(MatcherRule value)
This rule influences the naming of the generated
DAO object. |
MatchersEnumType |
MatchersEnumType.withEnumClass(MatcherRule value)
This rule influences the naming of the generated
EnumType object. |
MatchersFieldType |
MatchersFieldType.withFieldGetter(MatcherRule value)
This rule influences the naming of generated getters (e.g. in
TableRecord and/or POJOs) corresponding to this Field |
MatchersFieldType |
MatchersFieldType.withFieldIdentifier(MatcherRule value)
This rule influences the naming of the generated
Field identifier. |
MatchersFieldType |
MatchersFieldType.withFieldMember(MatcherRule value)
This rule influences the naming of generated members (e.g. in POJOs) corresponding to this
Field |
MatchersFieldType |
MatchersFieldType.withFieldSetter(MatcherRule value)
This rule influences the naming of generated setters (e.g. in
TableRecord and/or POJOs) corresponding to this Field |
MatchersEmbeddableType |
MatchersEmbeddableType.withInterfaceClass(MatcherRule value)
This rule influences the naming of the generated interface implemented by the
EmbeddableRecord and/or the POJO. |
MatchersTableType |
MatchersTableType.withInterfaceClass(MatcherRule value)
This rule influences the naming of the generated interface implemented by the
TableRecord and/or the POJO. |
MatchersEmbeddableType |
MatchersEmbeddableType.withPojoClass(MatcherRule value)
This rule influences the naming of the generated POJOs object.
|
MatchersTableType |
MatchersTableType.withPojoClass(MatcherRule value)
This rule influences the naming of the generated POJOs object.
|
MatchersEmbeddableType |
MatchersEmbeddableType.withRecordClass(MatcherRule value)
This rule influences the naming of the generated
EmbeddableRecord object. |
MatchersTableType |
MatchersTableType.withRecordClass(MatcherRule value)
This rule influences the naming of the generated
TableRecord object. |
MatchersRoutineType |
MatchersRoutineType.withRoutineClass(MatcherRule value)
This rule influences the naming of the generated
Routine object. |
MatchersRoutineType |
MatchersRoutineType.withRoutineMethod(MatcherRule value)
This rule influences the naming of generated convenience methods used to call the
Routine. |
MatchersSchemaType |
MatchersSchemaType.withSchemaClass(MatcherRule value)
This rule influences the naming of the generated
Schema object. |
MatchersSchemaType |
MatchersSchemaType.withSchemaIdentifier(MatcherRule value)
This rule influences the naming of the generated
Schema identifier. |
MatchersSequenceType |
MatchersSequenceType.withSequenceIdentifier(MatcherRule value)
This rule influences the naming of the generated
Sequence identifier. |
MatchersTableType |
MatchersTableType.withTableClass(MatcherRule value)
This rule influences the naming of the generated
Table object. |
MatchersTableType |
MatchersTableType.withTableIdentifier(MatcherRule value)
This rule influences the naming of the generated
Table identifier. |
Copyright © 2021. All rights reserved.