Verwendungen von Klasse
org.jooq.meta.jaxb.SyntheticReadonlyRowidType
Packages, die SyntheticReadonlyRowidType verwenden
-
Verwendungen von SyntheticReadonlyRowidType in org.jooq.meta
Methoden in org.jooq.meta, die Typen mit Argumenten vom Typ SyntheticReadonlyRowidType zurückgebenModifizierer und TypMethodeBeschreibungAbstractDatabase.getConfiguredSyntheticReadonlyRowids()Database.getConfiguredSyntheticReadonlyRowids()Get the configured synthetic readonly rowids.AbstractDatabase.getUnusedSyntheticReadonlyRowids()Database.getUnusedSyntheticReadonlyRowids()Retrieve the not-yet used synthetic readonly rowids.Methoden in org.jooq.meta mit Parametern vom Typ SyntheticReadonlyRowidTypeModifizierer und TypMethodeBeschreibungvoidAbstractDatabase.markUsed(SyntheticReadonlyRowidType readonlyRowid) voidDatabase.markUsed(SyntheticReadonlyRowidType readonlyRowid) Mark a synthetic readonly rowids as used. -
Verwendungen von SyntheticReadonlyRowidType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ SyntheticReadonlyRowidTypeModifizierer und TypFeldBeschreibungprotected List<SyntheticReadonlyRowidType> SyntheticObjectsType.readonlyRowidsMethoden in org.jooq.meta.jaxb, die SyntheticReadonlyRowidType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.createSyntheticReadonlyRowidType()Create an instance ofSyntheticReadonlyRowidTypeSyntheticReadonlyRowidType.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 optional ROWID column name.SyntheticReadonlyRowidType.withTables(String value) A regular expression matching all tables on which to apply this synthetic ROWID.Methoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ SyntheticReadonlyRowidType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ SyntheticReadonlyRowidTypeModifizierer und TypMethodeBeschreibungSyntheticObjectsType.withReadonlyRowids(SyntheticReadonlyRowidType... values) Methodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ SyntheticReadonlyRowidTypeModifizierer und TypMethodeBeschreibungvoidSyntheticObjectsType.setReadonlyRowids(List<SyntheticReadonlyRowidType> readonlyRowids) SyntheticObjectsType.withReadonlyRowids(Collection<SyntheticReadonlyRowidType> values) SyntheticObjectsType.withReadonlyRowids(List<SyntheticReadonlyRowidType> readonlyRowids)