Uses of Class
org.jooq.meta.jaxb.SyntheticDefaultType
Packages that use SyntheticDefaultType
-
Uses of SyntheticDefaultType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticDefaultTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredSyntheticDefaults()Database.getConfiguredSyntheticDefaults()Get the configured synthetic defaults.AbstractDatabase.getUnusedSyntheticDefaults()Database.getUnusedSyntheticDefaults()Retrieve the not-yet used synthetic defaults.Methods in org.jooq.meta with parameters of type SyntheticDefaultTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.markUsed(SyntheticDefaultType default_) voidDatabase.markUsed(SyntheticDefaultType default_) Mark a synthetic default as used. -
Uses of SyntheticDefaultType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticDefaultTypeModifier and TypeFieldDescriptionprotected List<SyntheticDefaultType> SyntheticObjectsType.defaultsMethods in org.jooq.meta.jaxb that return SyntheticDefaultTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticDefaultType()Create an instance ofSyntheticDefaultTypeSyntheticDefaultType.withExpression(String value) The default expression to apply to the field.SyntheticDefaultType.withFields(String value) A regular expression matching all fields on which to apply this synthetic default.SyntheticDefaultType.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.SyntheticDefaultType.withTables(String value) A regular expression matching all tables on which to apply this synthetic default.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticDefaultTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticDefaultTypeModifier and TypeMethodDescriptionSyntheticObjectsType.withDefaults(SyntheticDefaultType... values) Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticDefaultTypeModifier and TypeMethodDescriptionvoidSyntheticObjectsType.setDefaults(List<SyntheticDefaultType> defaults) SyntheticObjectsType.withDefaults(Collection<SyntheticDefaultType> values) SyntheticObjectsType.withDefaults(List<SyntheticDefaultType> defaults)