Verwendungen von Klasse
org.jooq.meta.jaxb.MatchersTableType
Packages, die MatchersTableType verwenden
-
Verwendungen von MatchersTableType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ MatchersTableTypeMethoden in org.jooq.meta.jaxb, die MatchersTableType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.createMatchersTableType()Create an instance ofMatchersTableTypeMatchersTableType.withDaoClass(MatcherRule value) This rule influences the naming of the generatedDAOobject.MatchersTableType.withDaoExtends(String value) This string provides a super class that a generatedDAOshould extend.MatchersTableType.withDaoImplements(String value) This string provides additional interfaces that a generatedDAOshould implement.MatchersTableType.withExpression(String value) This table matcher applies to all unqualified or qualified table names matched by this expression.MatchersTableType.withInterfaceClass(MatcherRule value) This rule influences the naming of the generated interface implemented by theTableRecordand/or the POJO.MatchersTableType.withInterfaceImplements(String value) This string provides additional interfaces that a generated interface (which is implemented by theTableRecordand/or POJO) should implement.MatchersTableType.withPathClass(MatcherRule value) MatchersTableType.withPathExtends(MatcherRule value) MatchersTableType.withPathImplements(MatcherRule value) MatchersTableType.withPojoClass(MatcherRule value) This rule influences the naming of the generated POJOs object.MatchersTableType.withPojoExtends(String value) This string provides a super class that a generated POJO should extend.MatchersTableType.withPojoImplements(String value) This string provides additional interfaces that a generated POJO should implement.MatchersTableType.withRecordClass(MatcherRule value) This rule influences the naming of the generatedTableRecordobject.MatchersTableType.withRecordExtends(String value) This string provides a super class that a generatedTableRecordshould extend.MatchersTableType.withRecordImplements(String value) This string provides additional interfaces that a generatedTableRecordshould implement.MatchersTableType.withTableClass(MatcherRule value) This rule influences the naming of the generatedTableobject.MatchersTableType.withTableExtends(String value) This string provides a super class that a generatedTableshould extend.MatchersTableType.withTableIdentifier(MatcherRule value) This rule influences the naming of the generatedTableidentifier.MatchersTableType.withTableImplements(String value) This string provides additional interfaces that a generatedTableshould implement.Methoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ MatchersTableType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ MatchersTableTypeMethodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ MatchersTableTypeModifizierer und TypMethodeBeschreibungvoidMatchers.setTables(List<MatchersTableType> tables) Matchers.withTables(Collection<MatchersTableType> values) Matchers.withTables(List<MatchersTableType> tables)