Uses of Class
org.jooq.meta.jaxb.CommentType
Packages that use CommentType
-
Uses of CommentType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type CommentTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredComments()Database.getConfiguredComments()Get the configured comments.AbstractDatabase.getUnusedComments()Database.getUnusedComments()Retrieve the not-yet used comments.Methods in org.jooq.meta with parameters of type CommentTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.markUsed(CommentType object) voidDatabase.markUsed(CommentType comment) Mark a comment as used.Method parameters in org.jooq.meta with type arguments of type CommentTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.setConfiguredComments(List<CommentType> configuredComments) voidDatabase.setConfiguredComments(List<CommentType> configuredComments) Configure the comments. -
Uses of CommentType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type CommentTypeMethods in org.jooq.meta.jaxb that return CommentTypeModifier and TypeMethodDescriptionObjectFactory.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.Methods in org.jooq.meta.jaxb that return types with arguments of type CommentTypeMethods in org.jooq.meta.jaxb with parameters of type CommentTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type CommentTypeModifier and TypeMethodDescriptionvoidDatabase.setComments(List<CommentType> comments) Database.withComments(Collection<CommentType> values) Database.withComments(List<CommentType> comments)