Uses of Class
org.jooq.meta.jaxb.MatchersTableType
Packages that use MatchersTableType
-
Uses of MatchersTableType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersTableTypeMethods in org.jooq.meta.jaxb that return MatchersTableTypeModifier and TypeMethodDescriptionObjectFactory.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.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.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersTableTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersTableTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersTableTypeModifier and TypeMethodDescriptionvoidMatchers.setTables(List<MatchersTableType> tables) Matchers.withTables(Collection<MatchersTableType> values) Matchers.withTables(List<MatchersTableType> tables)