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) |
|
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) |
|
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.
|