Uses of Class
org.jooq.meta.jaxb.SyntheticViewType
Packages that use SyntheticViewType
-
Uses of SyntheticViewType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticViewTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredSyntheticViews()Database.getConfiguredSyntheticViews()Get the configured synthetic views.AbstractDatabase.getUnusedSyntheticViews()Database.getUnusedSyntheticViews()Retrieve the not-yet used synthetic views.Methods in org.jooq.meta with parameters of type SyntheticViewTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.markUsed(SyntheticViewType view) voidDatabase.markUsed(SyntheticViewType view) Mark a synthetic view as used. -
Uses of SyntheticViewType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticViewTypeMethods in org.jooq.meta.jaxb that return SyntheticViewTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticViewType()Create an instance ofSyntheticViewTypeSyntheticViewType.withCatalog(String value) The defining catalog of the view.SyntheticViewType.withComment(String value) The defining comment on the view.SyntheticViewType.withIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.The defining name of the view.SyntheticViewType.withSchema(String value) The defining schema of the view.The defining SQL query.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticViewTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticViewTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type SyntheticViewTypeModifier and TypeMethodDescriptionvoidSyntheticObjectsType.setViews(List<SyntheticViewType> views) SyntheticObjectsType.withViews(Collection<SyntheticViewType> values) SyntheticObjectsType.withViews(List<SyntheticViewType> views)