Verwendungen von Klasse
org.jooq.meta.jaxb.CommentType
Packages, die CommentType verwenden
-
Verwendungen von CommentType in org.jooq.meta
Methoden in org.jooq.meta, die Typen mit Argumenten vom Typ CommentType zurückgebenModifizierer und TypMethodeBeschreibungAbstractDatabase.getConfiguredComments()Database.getConfiguredComments()Get the configured comments.AbstractDatabase.getUnusedComments()Database.getUnusedComments()Retrieve the not-yet used comments.Methoden in org.jooq.meta mit Parametern vom Typ CommentTypeModifizierer und TypMethodeBeschreibungvoidAbstractDatabase.markUsed(CommentType object) voidDatabase.markUsed(CommentType comment) Mark a comment as used.Methodenparameter in org.jooq.meta mit Typargumenten vom Typ CommentTypeModifizierer und TypMethodeBeschreibungvoidAbstractDatabase.setConfiguredComments(List<CommentType> configuredComments) voidDatabase.setConfiguredComments(List<CommentType> configuredComments) Configure the comments. -
Verwendungen von CommentType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ CommentTypeMethoden in org.jooq.meta.jaxb, die CommentType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.createCommentType()Create an instance ofCommentTypeCommentType.withDeprecated(Boolean value) Whether the comment is a deprecation notice.CommentType.withExpression(String value) A regular expression matching all objects that should be commented.CommentType.withIncludeSchemaComment(Boolean value) Whether the schema comment (if available) should be included and prepended to the message.CommentType.withMessage(String value) A comment that should be added to objects matched by this configuration.Methoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ CommentType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ CommentTypeMethodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ CommentTypeModifizierer und TypMethodeBeschreibungvoidDatabase.setComments(List<CommentType> comments) Database.withComments(Collection<CommentType> values) Database.withComments(List<CommentType> comments)