- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected MatcherRuleprotected Stringprotected Stringprotected Stringprotected MatcherRuleprotected Stringprotected MatcherRuleprotected MatcherRuleprotected MatcherRuleprotected MatcherRuleprotected Stringprotected Stringprotected MatcherRuleprotected Stringprotected Stringprotected MatcherRuleprotected Stringprotected MatcherRuleprotected String -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal voidappendTo(XMLBuilder builder) booleanThis rule influences the naming of the generatedDAOobject.This string provides a super class that a generatedDAOshould extend.This string provides additional interfaces that a generatedDAOshould implement.This table matcher applies to all unqualified or qualified table names matched by this expression.This rule influences the naming of the generated interface implemented by theTableRecordand/or the POJO.This string provides additional interfaces that a generated interface (which is implemented by theTableRecordand/or POJO) 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 generatedTableRecordobject.This string provides a super class that a generatedTableRecordshould extend.This string provides additional interfaces that a generatedTableRecordshould implement.This rule influences the naming of the generatedTableobject.This string provides a super class that a generatedTableshould extend.This rule influences the naming of the generatedTableidentifier.This string provides additional interfaces that a generatedTableshould implement.inthashCode()voidsetDaoClass(MatcherRule value) This rule influences the naming of the generatedDAOobject.voidsetDaoExtends(String value) This string provides a super class that a generatedDAOshould extend.voidsetDaoImplements(String value) This string provides additional interfaces that a generatedDAOshould implement.voidsetExpression(String value) This table matcher applies to all unqualified or qualified table names matched by this expression.voidsetInterfaceClass(MatcherRule value) This rule influences the naming of the generated interface implemented by theTableRecordand/or the POJO.voidsetInterfaceImplements(String value) This string provides additional interfaces that a generated interface (which is implemented by theTableRecordand/or POJO) should implement.voidsetPathClass(MatcherRule value) voidsetPathExtends(MatcherRule value) voidsetPathImplements(MatcherRule value) 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 generatedTableRecordobject.voidsetRecordExtends(String value) This string provides a super class that a generatedTableRecordshould extend.voidsetRecordImplements(String value) This string provides additional interfaces that a generatedTableRecordshould implement.voidsetTableClass(MatcherRule value) This rule influences the naming of the generatedTableobject.voidsetTableExtends(String value) This string provides a super class that a generatedTableshould extend.voidsetTableIdentifier(MatcherRule value) This rule influences the naming of the generatedTableidentifier.voidsetTableImplements(String value) This string provides additional interfaces that a generatedTableshould implement.toString()withDaoClass(MatcherRule value) This rule influences the naming of the generatedDAOobject.withDaoExtends(String value) This string provides a super class that a generatedDAOshould extend.withDaoImplements(String value) This string provides additional interfaces that a generatedDAOshould implement.withExpression(String value) This table matcher applies to all unqualified or qualified table names matched by this expression.withInterfaceClass(MatcherRule value) This rule influences the naming of the generated interface implemented by theTableRecordand/or the POJO.withInterfaceImplements(String value) This string provides additional interfaces that a generated interface (which is implemented by theTableRecordand/or POJO) should implement.withPathClass(MatcherRule value) withPathExtends(MatcherRule value) withPathImplements(MatcherRule value) 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 generatedTableRecordobject.withRecordExtends(String value) This string provides a super class that a generatedTableRecordshould extend.withRecordImplements(String value) This string provides additional interfaces that a generatedTableRecordshould implement.withTableClass(MatcherRule value) This rule influences the naming of the generatedTableobject.withTableExtends(String value) This string provides a super class that a generatedTableshould extend.withTableIdentifier(MatcherRule value) This rule influences the naming of the generatedTableidentifier.withTableImplements(String value) This string provides additional interfaces that a generatedTableshould implement.
-
Felddetails
-
expression
-
tableClass
-
tableIdentifier
-
tableExtends
-
tableImplements
-
pathClass
-
pathExtends
-
pathImplements
-
recordClass
-
recordExtends
-
recordImplements
-
interfaceClass
-
interfaceImplements
-
daoClass
-
daoExtends
-
daoImplements
-
pojoClass
-
pojoExtends
-
pojoImplements
-
-
Konstruktordetails
-
MatchersTableType
public MatchersTableType()
-
-
Methodendetails
-
getExpression
This table matcher applies to all unqualified or qualified table names matched by this expression. If left empty, this matcher applies to all tables. -
setExpression
This table matcher applies to all unqualified or qualified table names matched by this expression. If left empty, this matcher applies to all tables. -
getTableClass
This rule influences the naming of the generatedTableobject. -
setTableClass
This rule influences the naming of the generatedTableobject. -
getTableIdentifier
This rule influences the naming of the generatedTableidentifier. -
setTableIdentifier
This rule influences the naming of the generatedTableidentifier. -
getTableExtends
This string provides a super class that a generatedTableshould extend.jOOQ internals make a few assumptions about what a
Tabledoes, so to minimise unexpected behaviour, custom table super classes should extendTableImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
setTableExtends
This string provides a super class that a generatedTableshould extend.jOOQ internals make a few assumptions about what a
Tabledoes, so to minimise unexpected behaviour, custom table super classes should extendTableImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
getTableImplements
This string provides additional interfaces that a generatedTableshould implement. -
setTableImplements
This string provides additional interfaces that a generatedTableshould implement. -
getPathClass
-
setPathClass
-
getPathExtends
-
setPathExtends
-
getPathImplements
-
setPathImplements
-
getRecordClass
This rule influences the naming of the generatedTableRecordobject. -
setRecordClass
This rule influences the naming of the generatedTableRecordobject. -
getRecordExtends
This string provides a super class that a generatedTableRecordshould extend.jOOQ internals make a few assumptions about what a
TableRecorddoes, so to minimise unexpected behaviour, custom table record super classes should extendTableRecordImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
setRecordExtends
This string provides a super class that a generatedTableRecordshould extend.jOOQ internals make a few assumptions about what a
TableRecorddoes, so to minimise unexpected behaviour, custom table record super classes should extendTableRecordImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
getRecordImplements
This string provides additional interfaces that a generatedTableRecordshould implement. -
setRecordImplements
This string provides additional interfaces that a generatedTableRecordshould implement. -
getInterfaceClass
This rule influences the naming of the generated interface implemented by theTableRecordand/or the POJO. -
setInterfaceClass
This rule influences the naming of the generated interface implemented by theTableRecordand/or the POJO. -
getInterfaceImplements
This string provides additional interfaces that a generated interface (which is implemented by theTableRecordand/or POJO) should implement. -
setInterfaceImplements
This string provides additional interfaces that a generated interface (which is implemented by theTableRecordand/or POJO) should implement. -
getDaoClass
This rule influences the naming of the generatedDAOobject. -
setDaoClass
This rule influences the naming of the generatedDAOobject. -
getDaoExtends
This string provides a super class that a generatedDAOshould extend.jOOQ internals make a few assumptions about what a
DAOdoes, so to minimise unexpected behaviour, custom DAO super classes should extendDAOImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
setDaoExtends
This string provides a super class that a generatedDAOshould extend.jOOQ internals make a few assumptions about what a
DAOdoes, so to minimise unexpected behaviour, custom DAO super classes should extendDAOImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
getDaoImplements
This string provides additional interfaces that a generatedDAOshould implement. -
setDaoImplements
This string provides additional interfaces that a generatedDAOshould 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 table names matched by this expression. If left empty, this matcher applies to all tables. -
withTableClass
This rule influences the naming of the generatedTableobject. -
withTableIdentifier
This rule influences the naming of the generatedTableidentifier. -
withTableExtends
This string provides a super class that a generatedTableshould extend.jOOQ internals make a few assumptions about what a
Tabledoes, so to minimise unexpected behaviour, custom table super classes should extendTableImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
withTableImplements
This string provides additional interfaces that a generatedTableshould implement. -
withPathClass
-
withPathExtends
-
withPathImplements
-
withRecordClass
This rule influences the naming of the generatedTableRecordobject. -
withRecordExtends
This string provides a super class that a generatedTableRecordshould extend.jOOQ internals make a few assumptions about what a
TableRecorddoes, so to minimise unexpected behaviour, custom table record super classes should extendTableRecordImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
withRecordImplements
This string provides additional interfaces that a generatedTableRecordshould implement. -
withInterfaceClass
This rule influences the naming of the generated interface implemented by theTableRecordand/or the POJO. -
withInterfaceImplements
This string provides additional interfaces that a generated interface (which is implemented by theTableRecordand/or POJO) should implement. -
withDaoClass
This rule influences the naming of the generatedDAOobject. -
withDaoExtends
This string provides a super class that a generatedDAOshould extend.jOOQ internals make a few assumptions about what a
DAOdoes, so to minimise unexpected behaviour, custom DAO super classes should extendDAOImpland follow its (undocumented!) assumptions (e.g. constructors, etc.). Use this at your own risk. -
withDaoImplements
This string provides additional interfaces that a generatedDAOshould 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
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-