Verwendungen von Klasse
org.jooq.meta.jaxb.MatchersUDTType
Packages, die MatchersUDTType verwenden
-
Verwendungen von MatchersUDTType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ MatchersUDTTypeMethoden in org.jooq.meta.jaxb, die MatchersUDTType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.createMatchersUDTType()Create an instance ofMatchersUDTTypeMatchersUDTType.withExpression(String value) This table matcher applies to all unqualified or qualified UDT names matched by this expression.MatchersUDTType.withInterfaceClass(MatcherRule value) This rule influences the naming of the generated interface implemented by theUDTRecordand/or the POJO.MatchersUDTType.withInterfaceImplements(String value) This string provides additional interfaces that a generated interface (which is implemented by theUDTRecordand/or POJO) should implement.MatchersUDTType.withPathClass(MatcherRule value) This rule influences the naming of the generated UDT path object.MatchersUDTType.withPathExtends(String value) This string provides a super class that a generated UDT path object should extend.MatchersUDTType.withPathImplements(String value) This string provides additional interfaces that a generated UDT path object should implement.MatchersUDTType.withPojoClass(MatcherRule value) This rule influences the naming of the generated POJOs object.MatchersUDTType.withPojoExtends(String value) This string provides a super class that a generated POJO should extend.MatchersUDTType.withPojoImplements(String value) This string provides additional interfaces that a generated POJO should implement.MatchersUDTType.withRecordClass(MatcherRule value) This rule influences the naming of the generatedUDTRecordobject.MatchersUDTType.withRecordExtends(String value) This string provides a super class that a generatedUDTRecordshould extend.MatchersUDTType.withRecordImplements(String value) This string provides additional interfaces that a generatedUDTRecordshould implement.MatchersUDTType.withUdtClass(MatcherRule value) This rule influences the naming of the generatedUDTobject.MatchersUDTType.withUdtExtends(String value) This string provides a super class that a generatedUDTshould extend.MatchersUDTType.withUdtIdentifier(MatcherRule value) This rule influences the naming of the generatedUDTidentifier.MatchersUDTType.withUdtImplements(String value) This string provides additional interfaces that a generatedUDTshould implement.Methoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ MatchersUDTType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ MatchersUDTTypeMethodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ MatchersUDTTypeModifizierer und TypMethodeBeschreibungvoidMatchers.setUdts(List<MatchersUDTType> udts) Matchers.withUdts(Collection<MatchersUDTType> values) Matchers.withUdts(List<MatchersUDTType> udts)