Verwendungen von Klasse
org.jooq.meta.jaxb.MatchersEmbeddableType
Packages, die MatchersEmbeddableType verwenden
-
Verwendungen von MatchersEmbeddableType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ MatchersEmbeddableTypeMethoden in org.jooq.meta.jaxb, die MatchersEmbeddableType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.createMatchersEmbeddableType()Create an instance ofMatchersEmbeddableTypeMatchersEmbeddableType.withExpression(String value) This table matcher applies to all unqualified or qualified embeddable names matched by this expression.MatchersEmbeddableType.withInterfaceClass(MatcherRule value) This rule influences the naming of the generated interface implemented by theEmbeddableRecordand/or the POJO.MatchersEmbeddableType.withInterfaceImplements(String value) This string provides additional interfaces that a generated interface (which is implemented by theEmbeddableRecordand/or POJO) should implement.MatchersEmbeddableType.withPojoClass(MatcherRule value) This rule influences the naming of the generated POJOs object.MatchersEmbeddableType.withPojoExtends(String value) This string provides a super class that a generated POJO should extend.MatchersEmbeddableType.withPojoImplements(String value) This string provides additional interfaces that a generated POJO should implement.MatchersEmbeddableType.withRecordClass(MatcherRule value) This rule influences the naming of the generatedEmbeddableRecordobject.MatchersEmbeddableType.withRecordExtends(String value) This string provides a super class that a generatedEmbeddableRecordshould extend.MatchersEmbeddableType.withRecordImplements(String value) This string provides additional interfaces that a generatedEmbeddableRecordshould implement.Methoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ MatchersEmbeddableType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ MatchersEmbeddableTypeModifizierer und TypMethodeBeschreibungMatchers.withEmbeddables(MatchersEmbeddableType... values) Methodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ MatchersEmbeddableTypeModifizierer und TypMethodeBeschreibungvoidMatchers.setEmbeddables(List<MatchersEmbeddableType> embeddables) Matchers.withEmbeddables(Collection<MatchersEmbeddableType> values) Matchers.withEmbeddables(List<MatchersEmbeddableType> embeddables)