Uses of Class
org.jooq.meta.jaxb.MatchersSchemaType
-
Packages that use MatchersSchemaType Package Description org.jooq.meta.jaxb -
-
Uses of MatchersSchemaType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type MatchersSchemaType Modifier and Type Field Description protected List<MatchersSchemaType>Matchers. schemasMethods in org.jooq.meta.jaxb that return MatchersSchemaType Modifier and Type Method Description MatchersSchemaTypeObjectFactory. createMatchersSchemaType()Create an instance ofMatchersSchemaTypeMatchersSchemaTypeMatchersSchemaType. withExpression(String value)This schema matcher applies to all unqualified or qualified schema names matched by this expression.MatchersSchemaTypeMatchersSchemaType. withSchemaClass(MatcherRule value)This rule influences the naming of the generatedSchemaobject.MatchersSchemaTypeMatchersSchemaType. withSchemaIdentifier(MatcherRule value)This rule influences the naming of the generatedSchemaidentifier.MatchersSchemaTypeMatchersSchemaType. 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 MatchersSchemaType Modifier and Type Method Description List<MatchersSchemaType>Matchers. getSchemas()Methods in org.jooq.meta.jaxb with parameters of type MatchersSchemaType Modifier and Type Method Description MatchersMatchers. withSchemas(MatchersSchemaType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type MatchersSchemaType Modifier and Type Method Description voidMatchers. setSchemas(List<MatchersSchemaType> schemas)MatchersMatchers. withSchemas(Collection<MatchersSchemaType> values)MatchersMatchers. withSchemas(List<MatchersSchemaType> schemas)
-