MatchersTableType |
ObjectFactory.createMatchersTableType() |
|
MatchersTableType |
MatchersTableType.withDaoClass(MatcherRule value) |
This rule influences the naming of the generated DAO object.
|
MatchersTableType |
MatchersTableType.withDaoImplements(String value) |
This string provides additional interfaces that a generated DAO should implement.
|
MatchersTableType |
MatchersTableType.withExpression(String value) |
This table matcher applies to all unqualified or qualified table names matched by this expression.
|
MatchersTableType |
MatchersTableType.withInterfaceClass(MatcherRule value) |
This rule influences the naming of the generated interface implemented by the TableRecord and/or the POJO.
|
MatchersTableType |
MatchersTableType.withInterfaceImplements(String value) |
This string provides additional interfaces that a generated interface (which is implemented by the TableRecord and/or POJO) should implement.
|
MatchersTableType |
MatchersTableType.withPojoClass(MatcherRule value) |
This rule influences the naming of the generated POJOs object.
|
MatchersTableType |
MatchersTableType.withPojoExtends(String value) |
This string provides a super class that a generated POJO should extend.
|
MatchersTableType |
MatchersTableType.withPojoImplements(String value) |
This string provides additional interfaces that a generated POJO should implement.
|
MatchersTableType |
MatchersTableType.withRecordClass(MatcherRule value) |
This rule influences the naming of the generated TableRecord object.
|
MatchersTableType |
MatchersTableType.withRecordImplements(String value) |
This string provides additional interfaces that a generated TableRecord should implement.
|
MatchersTableType |
MatchersTableType.withTableClass(MatcherRule value) |
This rule influences the naming of the generated Table object.
|
MatchersTableType |
MatchersTableType.withTableIdentifier(MatcherRule value) |
This rule influences the naming of the generated Table identifier.
|
MatchersTableType |
MatchersTableType.withTableImplements(String value) |
This string provides additional interfaces that a generated Table should implement.
|