Uses of Class
org.jooq.meta.jaxb.MatchersSchemaType
Packages that use MatchersSchemaType
-
Uses of MatchersSchemaType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersSchemaTypeMethods in org.jooq.meta.jaxb that return MatchersSchemaTypeModifier and TypeMethodDescriptionObjectFactory.createMatchersSchemaType()Create an instance ofMatchersSchemaTypeMatchersSchemaType.withExpression(String value) This schema matcher applies to all unqualified or qualified schema names matched by this expression.MatchersSchemaType.withSchemaClass(MatcherRule value) This rule influences the naming of the generatedSchemaobject.MatchersSchemaType.withSchemaExtends(String value) This string provides a super class that a generatedSchemashould extend.MatchersSchemaType.withSchemaIdentifier(MatcherRule value) This rule influences the naming of the generatedSchemaidentifier.MatchersSchemaType.withSchemaImplements(String value) This string provides additional interfaces that a generatedSchemashould implement.Methods in org.jooq.meta.jaxb that return types with arguments of type MatchersSchemaTypeMethods in org.jooq.meta.jaxb with parameters of type MatchersSchemaTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type MatchersSchemaTypeModifier and TypeMethodDescriptionvoidMatchers.setSchemas(List<MatchersSchemaType> schemas) Matchers.withSchemas(Collection<MatchersSchemaType> values) Matchers.withSchemas(List<MatchersSchemaType> schemas)