- All Implemented Interfaces:
Serializable,XMLAppendable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected MatcherRuleprotected Stringprotected MatcherRuleprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanThis schema matcher applies to all unqualified or qualified schema names matched by this expression.This rule influences the naming of the generatedSchemaobject.This string provides a super class that a generatedSchemashould extend.This rule influences the naming of the generatedSchemaidentifier.This string provides additional interfaces that a generatedSchemashould implement.inthashCode()voidsetExpression(String value) This schema matcher applies to all unqualified or qualified schema names matched by this expression.voidsetSchemaClass(MatcherRule value) This rule influences the naming of the generatedSchemaobject.voidsetSchemaExtends(String value) This string provides a super class that a generatedSchemashould extend.voidsetSchemaIdentifier(MatcherRule value) This rule influences the naming of the generatedSchemaidentifier.voidsetSchemaImplements(String value) This string provides additional interfaces that a generatedSchemashould implement.toString()withExpression(String value) This schema matcher applies to all unqualified or qualified schema names matched by this expression.withSchemaClass(MatcherRule value) This rule influences the naming of the generatedSchemaobject.withSchemaExtends(String value) This string provides a super class that a generatedSchemashould extend.withSchemaIdentifier(MatcherRule value) This rule influences the naming of the generatedSchemaidentifier.withSchemaImplements(String value) This string provides additional interfaces that a generatedSchemashould implement.
-
Field Details
-
expression
-
schemaClass
-
schemaIdentifier
-
schemaExtends
-
schemaImplements
-
-
Constructor Details
-
MatchersSchemaType
public MatchersSchemaType()
-
-
Method Details
-
getExpression
This schema matcher applies to all unqualified or qualified schema names matched by this expression. If left empty, this matcher applies to all schemas. -
setExpression
This schema matcher applies to all unqualified or qualified schema names matched by this expression. If left empty, this matcher applies to all schemas. -
getSchemaClass
This rule influences the naming of the generatedSchemaobject. -
setSchemaClass
This rule influences the naming of the generatedSchemaobject. -
getSchemaIdentifier
This rule influences the naming of the generatedSchemaidentifier. -
setSchemaIdentifier
This rule influences the naming of the generatedSchemaidentifier. -
getSchemaExtends
This string provides a super class that a generatedSchemashould extend.jOOQ internals make a few assumptions about what a
Schemadoes, so to minimise unexpected behaviour, custom schema super classes should extendSchemaImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
setSchemaExtends
This string provides a super class that a generatedSchemashould extend.jOOQ internals make a few assumptions about what a
Schemadoes, so to minimise unexpected behaviour, custom schema super classes should extendSchemaImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
getSchemaImplements
This string provides additional interfaces that a generatedSchemashould implement. -
setSchemaImplements
This string provides additional interfaces that a generatedSchemashould implement. -
withExpression
This schema matcher applies to all unqualified or qualified schema names matched by this expression. If left empty, this matcher applies to all schemas. -
withSchemaClass
This rule influences the naming of the generatedSchemaobject. -
withSchemaIdentifier
This rule influences the naming of the generatedSchemaidentifier. -
withSchemaExtends
This string provides a super class that a generatedSchemashould extend.jOOQ internals make a few assumptions about what a
Schemadoes, so to minimise unexpected behaviour, custom schema super classes should extendSchemaImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
withSchemaImplements
This string provides additional interfaces that a generatedSchemashould implement. -
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-