Verwendungen von Klasse
org.jooq.meta.jaxb.SyntheticSynonymType
Packages, die SyntheticSynonymType verwenden
-
Verwendungen von SyntheticSynonymType in org.jooq.meta
Methoden in org.jooq.meta, die Typen mit Argumenten vom Typ SyntheticSynonymType zurückgebenModifizierer und TypMethodeBeschreibungAbstractDatabase.getConfiguredSyntheticSynonyms()Database.getConfiguredSyntheticSynonyms()Get the configured synthetic synonyms.AbstractDatabase.getUnusedSyntheticSynonyms()Database.getUnusedSyntheticSynonyms()Retrieve the not-yet used synthetic synonyms.Methoden in org.jooq.meta mit Parametern vom Typ SyntheticSynonymTypeModifizierer und TypMethodeBeschreibungvoidAbstractDatabase.markUsed(SyntheticSynonymType synonym) voidDatabase.markUsed(SyntheticSynonymType synonym) Mark a synthetic synonym as used. -
Verwendungen von SyntheticSynonymType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ SyntheticSynonymTypeModifizierer und TypFeldBeschreibungprotected List<SyntheticSynonymType> SyntheticObjectsType.synonymsMethoden in org.jooq.meta.jaxb, die SyntheticSynonymType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.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.Methoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ SyntheticSynonymType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ SyntheticSynonymTypeModifizierer und TypMethodeBeschreibungSyntheticObjectsType.withSynonyms(SyntheticSynonymType... values) Methodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ SyntheticSynonymTypeModifizierer und TypMethodeBeschreibungvoidSyntheticObjectsType.setSynonyms(List<SyntheticSynonymType> synonyms) SyntheticObjectsType.withSynonyms(Collection<SyntheticSynonymType> values) SyntheticObjectsType.withSynonyms(List<SyntheticSynonymType> synonyms)