Uses of Class
org.jooq.meta.jaxb.SyntheticReadonlyRowidType
Packages that use SyntheticReadonlyRowidType
-
Uses of SyntheticReadonlyRowidType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type SyntheticReadonlyRowidTypeModifier and TypeMethodDescriptionAbstractDatabase.getConfiguredSyntheticReadonlyRowids()Database.getConfiguredSyntheticReadonlyRowids()Get the configured synthetic readonly rowids.AbstractDatabase.getUnusedSyntheticReadonlyRowids()Database.getUnusedSyntheticReadonlyRowids()Retrieve the not-yet used synthetic readonly rowids.Methods in org.jooq.meta with parameters of type SyntheticReadonlyRowidTypeModifier and TypeMethodDescriptionvoidAbstractDatabase.markUsed(SyntheticReadonlyRowidType readonlyRowid) voidDatabase.markUsed(SyntheticReadonlyRowidType readonlyRowid) Mark a synthetic readonly rowids as used. -
Uses of SyntheticReadonlyRowidType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type SyntheticReadonlyRowidTypeModifier and TypeFieldDescriptionprotected List<SyntheticReadonlyRowidType>SyntheticObjectsType.readonlyRowidsMethods in org.jooq.meta.jaxb that return SyntheticReadonlyRowidTypeModifier and TypeMethodDescriptionObjectFactory.createSyntheticReadonlyRowidType()Create an instance ofSyntheticReadonlyRowidTypeThe optional ROWID column name.SyntheticReadonlyRowidType.withTables(String value) A regular expression matching all tables on which to apply this synthetic ROWID.Methods in org.jooq.meta.jaxb that return types with arguments of type SyntheticReadonlyRowidTypeMethods in org.jooq.meta.jaxb with parameters of type SyntheticReadonlyRowidTypeModifier and TypeMethodDescriptionSyntheticObjectsType.withReadonlyRowids(SyntheticReadonlyRowidType... values) Method parameters in org.jooq.meta.jaxb with type arguments of type SyntheticReadonlyRowidTypeModifier and TypeMethodDescriptionvoidSyntheticObjectsType.setReadonlyRowids(List<SyntheticReadonlyRowidType> readonlyRowids) SyntheticObjectsType.withReadonlyRowids(Collection<SyntheticReadonlyRowidType> values) SyntheticObjectsType.withReadonlyRowids(List<SyntheticReadonlyRowidType> readonlyRowids)