Uses of Class
org.apache.camel.component.jooq.db.tables.pojos.Book
Packages that use Book
Package
Description
-
Uses of Book in org.apache.camel.component.jooq.db.tables.daos
Methods in org.apache.camel.component.jooq.db.tables.daos that return BookModifier and TypeMethodDescriptionBookDao.fetchOneById(Integer value) Fetch a unique record that hasID = valueMethods in org.apache.camel.component.jooq.db.tables.daos that return types with arguments of type BookModifier and TypeMethodDescriptionBookDao.fetchByAuthorId(Integer... values) Fetch records that haveAUTHOR_ID IN (values)BookDao.fetchByCoAuthorId(Integer... values) Fetch records that haveCO_AUTHOR_ID IN (values)BookDao.fetchByContentPdf(byte[]... values) Fetch records that haveCONTENT_PDF IN (values)BookDao.fetchByContentText(String... values) Fetch records that haveCONTENT_TEXT IN (values)BookDao.fetchByDetailsId(Integer... values) Fetch records that haveDETAILS_ID IN (values)Fetch records that haveID IN (values)BookDao.fetchByLanguageId(Integer... values) Fetch records that haveLANGUAGE_ID IN (values)BookDao.fetchByPublishedIn(Integer... values) Fetch records that havePUBLISHED_IN IN (values)BookDao.fetchByRecTimestamp(LocalDateTime... values) Fetch records that haveREC_TIMESTAMP IN (values)BookDao.fetchByRecVersion(Integer... values) Fetch records that haveREC_VERSION IN (values)BookDao.fetchByTitle(String... values) Fetch records that haveTITLE IN (values)BookDao.fetchOptionalById(Integer value) Fetch a unique record that hasID = valueBookDao.fetchRangeOfAuthorId(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveAUTHOR_ID BETWEEN lowerInclusive AND upperInclusiveBookDao.fetchRangeOfCoAuthorId(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveCO_AUTHOR_ID BETWEEN lowerInclusive AND upperInclusiveBookDao.fetchRangeOfContentPdf(byte[] lowerInclusive, byte[] upperInclusive) Fetch records that haveCONTENT_PDF BETWEEN lowerInclusive AND upperInclusiveBookDao.fetchRangeOfContentText(String lowerInclusive, String upperInclusive) Fetch records that haveCONTENT_TEXT BETWEEN lowerInclusive AND upperInclusiveBookDao.fetchRangeOfDetailsId(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveDETAILS_ID BETWEEN lowerInclusive AND upperInclusiveBookDao.fetchRangeOfId(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveID BETWEEN lowerInclusive AND upperInclusiveBookDao.fetchRangeOfLanguageId(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveLANGUAGE_ID BETWEEN lowerInclusive AND upperInclusiveBookDao.fetchRangeOfPublishedIn(Integer lowerInclusive, Integer upperInclusive) Fetch records that havePUBLISHED_IN BETWEEN lowerInclusive AND upperInclusiveBookDao.fetchRangeOfRecTimestamp(LocalDateTime lowerInclusive, LocalDateTime upperInclusive) Fetch records that haveREC_TIMESTAMP BETWEEN lowerInclusive AND upperInclusiveBookDao.fetchRangeOfRecVersion(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveREC_VERSION BETWEEN lowerInclusive AND upperInclusiveBookDao.fetchRangeOfTitle(String lowerInclusive, String upperInclusive) Fetch records that haveTITLE BETWEEN lowerInclusive AND upperInclusiveMethods in org.apache.camel.component.jooq.db.tables.daos with parameters of type Book -
Uses of Book in org.apache.camel.component.jooq.db.tables.pojos
Constructors in org.apache.camel.component.jooq.db.tables.pojos with parameters of type Book -
Uses of Book in org.apache.camel.component.jooq.db.tables.records
Constructors in org.apache.camel.component.jooq.db.tables.records with parameters of type Book