Uses of Class
org.apache.camel.component.jooq.db.tables.pojos.BookStore
Packages that use BookStore
Package
Description
-
Uses of BookStore in org.apache.camel.component.jooq.db.tables.daos
Methods in org.apache.camel.component.jooq.db.tables.daos that return BookStoreModifier and TypeMethodDescriptionBookStoreDao.fetchOneByName(String value) Fetch a unique record that hasNAME = valueMethods in org.apache.camel.component.jooq.db.tables.daos that return types with arguments of type BookStoreModifier and TypeMethodDescriptionBookStoreDao.fetchByName(String... values) Fetch records that haveNAME IN (values)BookStoreDao.fetchOptionalByName(String value) Fetch a unique record that hasNAME = valueBookStoreDao.fetchRangeOfName(String lowerInclusive, String upperInclusive) Fetch records that haveNAME BETWEEN lowerInclusive AND upperInclusiveMethods in org.apache.camel.component.jooq.db.tables.daos with parameters of type BookStore -
Uses of BookStore in org.apache.camel.component.jooq.db.tables.pojos
Constructors in org.apache.camel.component.jooq.db.tables.pojos with parameters of type BookStore -
Uses of BookStore in org.apache.camel.component.jooq.db.tables.records
Constructors in org.apache.camel.component.jooq.db.tables.records with parameters of type BookStoreModifierConstructorDescriptionBookStoreRecord(BookStore value) Create a detached, initialised BookStoreRecord