Uses of Class
org.apache.camel.component.jooq.db.tables.pojos.BookToBookStore
Packages that use BookToBookStore
Package
Description
-
Uses of BookToBookStore in org.apache.camel.component.jooq.db.tables.daos
Methods in org.apache.camel.component.jooq.db.tables.daos that return types with arguments of type BookToBookStoreModifier and TypeMethodDescriptionBookToBookStoreDao.fetchByBookId(Integer... values) Fetch records that haveBOOK_ID IN (values)BookToBookStoreDao.fetchByBookStoreName(String... values) Fetch records that haveBOOK_STORE_NAME IN (values)BookToBookStoreDao.fetchByStock(Integer... values) Fetch records that haveSTOCK IN (values)BookToBookStoreDao.fetchRangeOfBookId(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveBOOK_ID BETWEEN lowerInclusive AND upperInclusiveBookToBookStoreDao.fetchRangeOfBookStoreName(String lowerInclusive, String upperInclusive) Fetch records that haveBOOK_STORE_NAME BETWEEN lowerInclusive AND upperInclusiveBookToBookStoreDao.fetchRangeOfStock(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveSTOCK BETWEEN lowerInclusive AND upperInclusiveMethods in org.apache.camel.component.jooq.db.tables.daos with parameters of type BookToBookStore -
Uses of BookToBookStore in org.apache.camel.component.jooq.db.tables.pojos
Constructors in org.apache.camel.component.jooq.db.tables.pojos with parameters of type BookToBookStore -
Uses of BookToBookStore in org.apache.camel.component.jooq.db.tables.records
Constructors in org.apache.camel.component.jooq.db.tables.records with parameters of type BookToBookStoreModifierConstructorDescriptionCreate a detached, initialised BookToBookStoreRecord