Uses of Class
org.jooq.meta.jaxb.SyntheticSynonymType
Packages that use SyntheticSynonymType
-
Uses of SyntheticSynonymType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticSynonymTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredSyntheticSynonyms()Database.getConfiguredSyntheticSynonyms()Get the configured synthetic synonyms.AbstractDatabase.getUnusedSyntheticSynonyms()Database.getUnusedSyntheticSynonyms()Retrieve the not-yet used synthetic synonyms.Methods in org.jooq.meta with parameters of type SyntheticSynonymTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.markUsed(SyntheticSynonymType synonym) voidDatabase.markUsed(SyntheticSynonymType synonym) Mark a synthetic synonym as used. -
Uses of SyntheticSynonymType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticSynonymTypeModifier and TypeFieldDescriptionprotected List<SyntheticSynonymType> SyntheticObjectsType.synonymsMethods in org.jooq.meta.jaxb that return SyntheticSynonymTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticSynonymType()Create an instance ofSyntheticSynonymTypeSyntheticSynonymType.withCatalog(String value) The defining catalog of the synonym.SyntheticSynonymType.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 synonym name.SyntheticSynonymType.withSchema(String value) The defining schema of the synonym.A regular expression matching a table to which to apply this synthetic synonym.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticSynonymTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticSynonymTypeModifier and TypeMethodDescriptionSyntheticObjectsType.withSynonyms(SyntheticSynonymType... values) Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticSynonymTypeModifier and TypeMethodDescriptionvoidSyntheticObjectsType.setSynonyms(List<SyntheticSynonymType> synonyms) SyntheticObjectsType.withSynonyms(Collection<SyntheticSynonymType> values) SyntheticObjectsType.withSynonyms(List<SyntheticSynonymType> synonyms)