- All Implemented Interfaces:
Serializable,XMLAppendable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected MatcherRuleprotected Stringprotected MatcherRuleprotected Stringprotected Stringprotected MatcherRuleprotected Stringprotected Stringprotected MatcherRuleprotected Stringprotected Stringprotected MatcherRuleprotected Stringprotected MatcherRuleprotected Stringprotected MatcherRuleprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanThis table matcher applies to all unqualified or qualified UDT names matched by this expression.This rule influences the naming of the generated interface implemented by theUDTRecordand/or the POJO.This string provides additional interfaces that a generated interface (which is implemented by theUDTRecordand/or POJO) should implement.This rule influences the naming of the generated UDT path object.This string provides a super class that a generated UDT path object should extend.This string provides additional interfaces that a generated UDT path object should implement.This rule influences the naming of the generated POJOs object.This string provides a super class that a generated POJO should extend.This string provides additional interfaces that a generated POJO should implement.This rule influences the naming of the generatedUDTRecordobject.This string provides a super class that a generatedUDTRecordshould extend.This string provides additional interfaces that a generatedUDTRecordshould implement.This rule influences the naming of the generated record type that is implemented by hierarchicalUDTRecordobjects.This string provides additional interfaces that a generated record type that is implemented by hierarchicalUDTRecordshould implement.This rule influences the naming of the generatedUDTobject.This string provides a super class that a generatedUDTshould extend.This rule influences the naming of the generatedUDTidentifier.This string provides additional interfaces that a generatedUDTshould implement.inthashCode()voidsetExpression(String value) This table matcher applies to all unqualified or qualified UDT names matched by this expression.voidsetInterfaceClass(MatcherRule value) This rule influences the naming of the generated interface implemented by theUDTRecordand/or the POJO.voidsetInterfaceImplements(String value) This string provides additional interfaces that a generated interface (which is implemented by theUDTRecordand/or POJO) should implement.voidsetPathClass(MatcherRule value) This rule influences the naming of the generated UDT path object.voidsetPathExtends(String value) This string provides a super class that a generated UDT path object should extend.voidsetPathImplements(String value) This string provides additional interfaces that a generated UDT path object should implement.voidsetPojoClass(MatcherRule value) This rule influences the naming of the generated POJOs object.voidsetPojoExtends(String value) This string provides a super class that a generated POJO should extend.voidsetPojoImplements(String value) This string provides additional interfaces that a generated POJO should implement.voidsetRecordClass(MatcherRule value) This rule influences the naming of the generatedUDTRecordobject.voidsetRecordExtends(String value) This string provides a super class that a generatedUDTRecordshould extend.voidsetRecordImplements(String value) This string provides additional interfaces that a generatedUDTRecordshould implement.voidsetRecordTypeClass(MatcherRule value) This rule influences the naming of the generated record type that is implemented by hierarchicalUDTRecordobjects.voidsetRecordTypeImplements(String value) This string provides additional interfaces that a generated record type that is implemented by hierarchicalUDTRecordshould implement.voidsetUdtClass(MatcherRule value) This rule influences the naming of the generatedUDTobject.voidsetUdtExtends(String value) This string provides a super class that a generatedUDTshould extend.voidsetUdtIdentifier(MatcherRule value) This rule influences the naming of the generatedUDTidentifier.voidsetUdtImplements(String value) This string provides additional interfaces that a generatedUDTshould implement.toString()withExpression(String value) This table matcher applies to all unqualified or qualified UDT names matched by this expression.withInterfaceClass(MatcherRule value) This rule influences the naming of the generated interface implemented by theUDTRecordand/or the POJO.withInterfaceImplements(String value) This string provides additional interfaces that a generated interface (which is implemented by theUDTRecordand/or POJO) should implement.withPathClass(MatcherRule value) This rule influences the naming of the generated UDT path object.withPathExtends(String value) This string provides a super class that a generated UDT path object should extend.withPathImplements(String value) This string provides additional interfaces that a generated UDT path object should implement.withPojoClass(MatcherRule value) This rule influences the naming of the generated POJOs object.withPojoExtends(String value) This string provides a super class that a generated POJO should extend.withPojoImplements(String value) This string provides additional interfaces that a generated POJO should implement.withRecordClass(MatcherRule value) This rule influences the naming of the generatedUDTRecordobject.withRecordExtends(String value) This string provides a super class that a generatedUDTRecordshould extend.withRecordImplements(String value) This string provides additional interfaces that a generatedUDTRecordshould implement.withRecordTypeClass(MatcherRule value) This rule influences the naming of the generated record type that is implemented by hierarchicalUDTRecordobjects.withRecordTypeImplements(String value) This string provides additional interfaces that a generated record type that is implemented by hierarchicalUDTRecordshould implement.withUdtClass(MatcherRule value) This rule influences the naming of the generatedUDTobject.withUdtExtends(String value) This string provides a super class that a generatedUDTshould extend.withUdtIdentifier(MatcherRule value) This rule influences the naming of the generatedUDTidentifier.withUdtImplements(String value) This string provides additional interfaces that a generatedUDTshould implement.
-
Field Details
-
expression
-
udtClass
-
udtIdentifier
-
udtExtends
-
udtImplements
-
pathClass
-
pathExtends
-
pathImplements
-
recordClass
-
recordExtends
-
recordImplements
-
recordTypeClass
-
recordTypeImplements
-
interfaceClass
-
interfaceImplements
-
pojoClass
-
pojoExtends
-
pojoImplements
-
-
Constructor Details
-
MatchersUDTType
public MatchersUDTType()
-
-
Method Details
-
getExpression
This table matcher applies to all unqualified or qualified UDT names matched by this expression. If left empty, this matcher applies to all UDTs. -
setExpression
This table matcher applies to all unqualified or qualified UDT names matched by this expression. If left empty, this matcher applies to all UDTs. -
getUdtClass
This rule influences the naming of the generatedUDTobject. -
setUdtClass
This rule influences the naming of the generatedUDTobject. -
getUdtIdentifier
This rule influences the naming of the generatedUDTidentifier. -
setUdtIdentifier
This rule influences the naming of the generatedUDTidentifier. -
getUdtExtends
This string provides a super class that a generatedUDTshould extend.jOOQ internals make a few assumptions about what a
UDTdoes, so to minimise unexpected behaviour, custom table super classes should extendUDTImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
setUdtExtends
This string provides a super class that a generatedUDTshould extend.jOOQ internals make a few assumptions about what a
UDTdoes, so to minimise unexpected behaviour, custom table super classes should extendUDTImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
getUdtImplements
This string provides additional interfaces that a generatedUDTshould implement. -
setUdtImplements
This string provides additional interfaces that a generatedUDTshould implement. -
getPathClass
This rule influences the naming of the generated UDT path object. -
setPathClass
This rule influences the naming of the generated UDT path object. -
getPathExtends
This string provides a super class that a generated UDT path object should extend.jOOQ internals make a few assumptions about what a
UDTRecorddoes, so to minimise unexpected behaviour, custom UDT record super classes should extendUDTPathTableFieldImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
setPathExtends
This string provides a super class that a generated UDT path object should extend.jOOQ internals make a few assumptions about what a
UDTRecorddoes, so to minimise unexpected behaviour, custom UDT record super classes should extendUDTPathTableFieldImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
getPathImplements
This string provides additional interfaces that a generated UDT path object should implement. -
setPathImplements
This string provides additional interfaces that a generated UDT path object should implement. -
getRecordClass
This rule influences the naming of the generatedUDTRecordobject. -
setRecordClass
This rule influences the naming of the generatedUDTRecordobject. -
getRecordExtends
This string provides a super class that a generatedUDTRecordshould extend.jOOQ internals make a few assumptions about what a
UDTRecorddoes, so to minimise unexpected behaviour, custom UDT record super classes should extendUDTRecordImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
setRecordExtends
This string provides a super class that a generatedUDTRecordshould extend.jOOQ internals make a few assumptions about what a
UDTRecorddoes, so to minimise unexpected behaviour, custom UDT record super classes should extendUDTRecordImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
getRecordImplements
This string provides additional interfaces that a generatedUDTRecordshould implement. -
setRecordImplements
This string provides additional interfaces that a generatedUDTRecordshould implement. -
getRecordTypeClass
This rule influences the naming of the generated record type that is implemented by hierarchicalUDTRecordobjects. -
setRecordTypeClass
This rule influences the naming of the generated record type that is implemented by hierarchicalUDTRecordobjects. -
getRecordTypeImplements
This string provides additional interfaces that a generated record type that is implemented by hierarchicalUDTRecordshould implement. -
setRecordTypeImplements
This string provides additional interfaces that a generated record type that is implemented by hierarchicalUDTRecordshould implement. -
getInterfaceClass
This rule influences the naming of the generated interface implemented by theUDTRecordand/or the POJO. -
setInterfaceClass
This rule influences the naming of the generated interface implemented by theUDTRecordand/or the POJO. -
getInterfaceImplements
This string provides additional interfaces that a generated interface (which is implemented by theUDTRecordand/or POJO) should implement. -
setInterfaceImplements
This string provides additional interfaces that a generated interface (which is implemented by theUDTRecordand/or POJO) should implement. -
getPojoClass
This rule influences the naming of the generated POJOs object. -
setPojoClass
This rule influences the naming of the generated POJOs object. -
getPojoExtends
This string provides a super class that a generated POJO should extend. -
setPojoExtends
This string provides a super class that a generated POJO should extend. -
getPojoImplements
This string provides additional interfaces that a generated POJO should implement. -
setPojoImplements
This string provides additional interfaces that a generated POJO should implement. -
withExpression
This table matcher applies to all unqualified or qualified UDT names matched by this expression. If left empty, this matcher applies to all UDTs. -
withUdtClass
This rule influences the naming of the generatedUDTobject. -
withUdtIdentifier
This rule influences the naming of the generatedUDTidentifier. -
withUdtExtends
This string provides a super class that a generatedUDTshould extend.jOOQ internals make a few assumptions about what a
UDTdoes, so to minimise unexpected behaviour, custom table super classes should extendUDTImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
withUdtImplements
This string provides additional interfaces that a generatedUDTshould implement. -
withPathClass
This rule influences the naming of the generated UDT path object. -
withPathExtends
This string provides a super class that a generated UDT path object should extend.jOOQ internals make a few assumptions about what a
UDTRecorddoes, so to minimise unexpected behaviour, custom UDT record super classes should extendUDTPathTableFieldImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
withPathImplements
This string provides additional interfaces that a generated UDT path object should implement. -
withRecordClass
This rule influences the naming of the generatedUDTRecordobject. -
withRecordExtends
This string provides a super class that a generatedUDTRecordshould extend.jOOQ internals make a few assumptions about what a
UDTRecorddoes, so to minimise unexpected behaviour, custom UDT record super classes should extendUDTRecordImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
withRecordImplements
This string provides additional interfaces that a generatedUDTRecordshould implement. -
withRecordTypeClass
This rule influences the naming of the generated record type that is implemented by hierarchicalUDTRecordobjects. -
withRecordTypeImplements
This string provides additional interfaces that a generated record type that is implemented by hierarchicalUDTRecordshould implement. -
withInterfaceClass
This rule influences the naming of the generated interface implemented by theUDTRecordand/or the POJO. -
withInterfaceImplements
This string provides additional interfaces that a generated interface (which is implemented by theUDTRecordand/or POJO) should implement. -
withPojoClass
This rule influences the naming of the generated POJOs object. -
withPojoExtends
This string provides a super class that a generated POJO should extend. -
withPojoImplements
This string provides additional interfaces that a generated POJO should implement. -
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-