Uses of Class
org.jooq.meta.jaxb.MatchersEmbeddableType
Packages that use MatchersEmbeddableType
-
Uses of MatchersEmbeddableType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersEmbeddableTypeMethods in org.jooq.meta.jaxb that return MatchersEmbeddableTypeModifier and TypeMethodDescriptionObjectFactory.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.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersEmbeddableTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersEmbeddableTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersEmbeddableTypeModifier and TypeMethodDescriptionvoidMatchers.setEmbeddables(List<MatchersEmbeddableType> embeddables) Matchers.withEmbeddables(Collection<MatchersEmbeddableType> values) Matchers.withEmbeddables(List<MatchersEmbeddableType> embeddables)