Uses of Class
org.jooq.meta.jaxb.MatcherRule
Packages that use MatcherRule
-
Uses of MatcherRule in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as MatcherRuleModifier and TypeFieldDescriptionprotected MatcherRuleMatchersCatalogType.catalogClassprotected MatcherRuleMatchersCatalogType.catalogIdentifierprotected MatcherRuleMatchersTableType.daoClassprotected MatcherRuleMatchersEnumType.enumClassprotected MatcherRuleMatchersEnumType.enumLiteralprotected MatcherRuleMatchersFieldType.fieldGetterprotected MatcherRuleMatchersFieldType.fieldIdentifierprotected MatcherRuleMatchersFieldType.fieldMemberprotected MatcherRuleMatchersFieldType.fieldSetterprotected MatcherRuleMatchersEmbeddableType.interfaceClassprotected MatcherRuleMatchersTableType.interfaceClassprotected MatcherRuleMatchersEmbeddableType.pojoClassprotected MatcherRuleMatchersTableType.pojoClassprotected MatcherRuleMatchersEmbeddableType.recordClassprotected MatcherRuleMatchersTableType.recordClassprotected MatcherRuleMatchersRoutineType.routineClassprotected MatcherRuleMatchersRoutineType.routineMethodprotected MatcherRuleMatchersSchemaType.schemaClassprotected MatcherRuleMatchersSchemaType.schemaIdentifierprotected MatcherRuleMatchersSequenceType.sequenceIdentifierprotected MatcherRuleMatchersTableType.tableClassprotected MatcherRuleMatchersTableType.tableIdentifierMethods in org.jooq.meta.jaxb that return MatcherRuleModifier and TypeMethodDescriptionObjectFactory.createMatcherRule()Create an instance ofMatcherRuleMatchersCatalogType.getCatalogClass()This rule influences the naming of the generatedCatalogobject.MatchersCatalogType.getCatalogIdentifier()This rule influences the naming of the generatedCatalogidentifier.MatchersTableType.getDaoClass()This rule influences the naming of the generatedDAOobject.MatchersEnumType.getEnumClass()This rule influences the naming of the generatedEnumTypeobject.MatchersEnumType.getEnumLiteral()This rule influences the naming of the generatedEnumTypeliteral values.MatchersFieldType.getFieldGetter()This rule influences the naming of generated getters (e.g.MatchersFieldType.getFieldIdentifier()This rule influences the naming of the generatedFieldidentifier.MatchersFieldType.getFieldMember()This rule influences the naming of generated members (e.g.MatchersFieldType.getFieldSetter()This rule influences the naming of generated setters (e.g.MatchersEmbeddableType.getInterfaceClass()This rule influences the naming of the generated interface implemented by theEmbeddableRecordand/or the POJO.MatchersTableType.getInterfaceClass()This rule influences the naming of the generated interface implemented by theTableRecordand/or the POJO.MatchersEmbeddableType.getPojoClass()This rule influences the naming of the generated POJOs object.MatchersTableType.getPojoClass()This rule influences the naming of the generated POJOs object.MatchersEmbeddableType.getRecordClass()This rule influences the naming of the generatedEmbeddableRecordobject.MatchersTableType.getRecordClass()This rule influences the naming of the generatedTableRecordobject.MatchersRoutineType.getRoutineClass()This rule influences the naming of the generatedRoutineobject.MatchersRoutineType.getRoutineMethod()This rule influences the naming of generated convenience methods used to call theRoutine.MatchersSchemaType.getSchemaClass()This rule influences the naming of the generatedSchemaobject.MatchersSchemaType.getSchemaIdentifier()This rule influences the naming of the generatedSchemaidentifier.MatchersSequenceType.getSequenceIdentifier()This rule influences the naming of the generatedSequenceidentifier.MatchersTableType.getTableClass()This rule influences the naming of the generatedTableobject.MatchersTableType.getTableIdentifier()This rule influences the naming of the generatedTableidentifier.MatcherRule.withExpression(String value) A replacement expression that transforms the matched expression in a new value.MatcherRule.withTransform(MatcherTransformType value) A pre-defined transformation type that transforms this rule's output into a specific format.Methods in org.jooq.meta.jaxb with parameters of type MatcherRuleModifier and TypeMethodDescriptionvoidMatchersCatalogType.setCatalogClass(MatcherRule value) This rule influences the naming of the generatedCatalogobject.voidMatchersCatalogType.setCatalogIdentifier(MatcherRule value) This rule influences the naming of the generatedCatalogidentifier.voidMatchersTableType.setDaoClass(MatcherRule value) This rule influences the naming of the generatedDAOobject.voidMatchersEnumType.setEnumClass(MatcherRule value) This rule influences the naming of the generatedEnumTypeobject.voidMatchersEnumType.setEnumLiteral(MatcherRule value) This rule influences the naming of the generatedEnumTypeliteral values.voidMatchersFieldType.setFieldGetter(MatcherRule value) This rule influences the naming of generated getters (e.g.voidMatchersFieldType.setFieldIdentifier(MatcherRule value) This rule influences the naming of the generatedFieldidentifier.voidMatchersFieldType.setFieldMember(MatcherRule value) This rule influences the naming of generated members (e.g.voidMatchersFieldType.setFieldSetter(MatcherRule value) This rule influences the naming of generated setters (e.g.voidMatchersEmbeddableType.setInterfaceClass(MatcherRule value) This rule influences the naming of the generated interface implemented by theEmbeddableRecordand/or the POJO.voidMatchersTableType.setInterfaceClass(MatcherRule value) This rule influences the naming of the generated interface implemented by theTableRecordand/or the POJO.voidMatchersEmbeddableType.setPojoClass(MatcherRule value) This rule influences the naming of the generated POJOs object.voidMatchersTableType.setPojoClass(MatcherRule value) This rule influences the naming of the generated POJOs object.voidMatchersEmbeddableType.setRecordClass(MatcherRule value) This rule influences the naming of the generatedEmbeddableRecordobject.voidMatchersTableType.setRecordClass(MatcherRule value) This rule influences the naming of the generatedTableRecordobject.voidMatchersRoutineType.setRoutineClass(MatcherRule value) This rule influences the naming of the generatedRoutineobject.voidMatchersRoutineType.setRoutineMethod(MatcherRule value) This rule influences the naming of generated convenience methods used to call theRoutine.voidMatchersSchemaType.setSchemaClass(MatcherRule value) This rule influences the naming of the generatedSchemaobject.voidMatchersSchemaType.setSchemaIdentifier(MatcherRule value) This rule influences the naming of the generatedSchemaidentifier.voidMatchersSequenceType.setSequenceIdentifier(MatcherRule value) This rule influences the naming of the generatedSequenceidentifier.voidMatchersTableType.setTableClass(MatcherRule value) This rule influences the naming of the generatedTableobject.voidMatchersTableType.setTableIdentifier(MatcherRule value) This rule influences the naming of the generatedTableidentifier.MatchersCatalogType.withCatalogClass(MatcherRule value) This rule influences the naming of the generatedCatalogobject.MatchersCatalogType.withCatalogIdentifier(MatcherRule value) This rule influences the naming of the generatedCatalogidentifier.MatchersTableType.withDaoClass(MatcherRule value) This rule influences the naming of the generatedDAOobject.MatchersEnumType.withEnumClass(MatcherRule value) This rule influences the naming of the generatedEnumTypeobject.MatchersEnumType.withEnumLiteral(MatcherRule value) This rule influences the naming of the generatedEnumTypeliteral values.MatchersFieldType.withFieldGetter(MatcherRule value) This rule influences the naming of generated getters (e.g.MatchersFieldType.withFieldIdentifier(MatcherRule value) This rule influences the naming of the generatedFieldidentifier.MatchersFieldType.withFieldMember(MatcherRule value) This rule influences the naming of generated members (e.g.MatchersFieldType.withFieldSetter(MatcherRule value) This rule influences the naming of generated setters (e.g.MatchersEmbeddableType.withInterfaceClass(MatcherRule value) This rule influences the naming of the generated interface implemented by theEmbeddableRecordand/or the POJO.MatchersTableType.withInterfaceClass(MatcherRule value) This rule influences the naming of the generated interface implemented by theTableRecordand/or the POJO.MatchersEmbeddableType.withPojoClass(MatcherRule value) This rule influences the naming of the generated POJOs object.MatchersTableType.withPojoClass(MatcherRule value) This rule influences the naming of the generated POJOs object.MatchersEmbeddableType.withRecordClass(MatcherRule value) This rule influences the naming of the generatedEmbeddableRecordobject.MatchersTableType.withRecordClass(MatcherRule value) This rule influences the naming of the generatedTableRecordobject.MatchersRoutineType.withRoutineClass(MatcherRule value) This rule influences the naming of the generatedRoutineobject.MatchersRoutineType.withRoutineMethod(MatcherRule value) This rule influences the naming of generated convenience methods used to call theRoutine.MatchersSchemaType.withSchemaClass(MatcherRule value) This rule influences the naming of the generatedSchemaobject.MatchersSchemaType.withSchemaIdentifier(MatcherRule value) This rule influences the naming of the generatedSchemaidentifier.MatchersSequenceType.withSequenceIdentifier(MatcherRule value) This rule influences the naming of the generatedSequenceidentifier.MatchersTableType.withTableClass(MatcherRule value) This rule influences the naming of the generatedTableobject.MatchersTableType.withTableIdentifier(MatcherRule value) This rule influences the naming of the generatedTableidentifier.