Uses of Class
org.jooq.meta.jaxb.CommentType
-
Packages that use CommentType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of CommentType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type CommentType Modifier and Type Method Description List<CommentType>AbstractDatabase. getConfiguredComments()List<CommentType>Database. getConfiguredComments()Get the configured comments.List<CommentType>AbstractDatabase. getUnusedComments()List<CommentType>Database. getUnusedComments()Retrieve the not-yet used comments.Methods in org.jooq.meta with parameters of type CommentType Modifier and Type Method Description voidAbstractDatabase. markUsed(CommentType object)voidDatabase. markUsed(CommentType comment)Mark a comment as used.Method parameters in org.jooq.meta with type arguments of type CommentType Modifier and Type Method Description voidAbstractDatabase. 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 CommentType Modifier and Type Field Description protected List<CommentType>Database. commentsMethods in org.jooq.meta.jaxb that return CommentType Modifier and Type Method Description CommentTypeObjectFactory. createCommentType()Create an instance ofCommentTypeCommentTypeCommentType. withDeprecated(Boolean value)CommentTypeCommentType. withExpression(String value)A regular expression matching all objects that should be commented.CommentTypeCommentType. withIncludeSchemaComment(Boolean value)CommentTypeCommentType. 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 CommentType Modifier and Type Method Description List<CommentType>Database. getComments()Methods in org.jooq.meta.jaxb with parameters of type CommentType Modifier and Type Method Description DatabaseDatabase. withComments(CommentType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type CommentType Modifier and Type Method Description voidDatabase. setComments(List<CommentType> comments)DatabaseDatabase. withComments(Collection<CommentType> values)DatabaseDatabase. withComments(List<CommentType> comments)
-