Class BookStoreDao
java.lang.Object
org.jooq.impl.DAOImpl<BookStoreRecord,BookStore,String>
org.apache.camel.component.jooq.db.tables.daos.BookStoreDao
- All Implemented Interfaces:
org.jooq.DAO<BookStoreRecord,BookStore, String>
@Repository
public class BookStoreDao
extends org.jooq.impl.DAOImpl<BookStoreRecord,BookStore,String>
This class is generated by jOOQ.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new BookStoreDao without any configurationBookStoreDao(org.jooq.Configuration configuration) Create a new BookStoreDao with an attached configuration -
Method Summary
Modifier and TypeMethodDescriptionfetchByName(String... values) Fetch records that haveNAME IN (values)fetchOneByName(String value) Fetch a unique record that hasNAME = valuefetchOptionalByName(String value) Fetch a unique record that hasNAME = valuefetchRangeOfName(String lowerInclusive, String upperInclusive) Fetch records that haveNAME BETWEEN lowerInclusive AND upperInclusiveMethods inherited from class org.jooq.impl.DAOImpl
compositeKeyRecord, configuration, count, ctx, delete, delete, delete, deleteById, deleteById, deleteById, dialect, exists, existsById, family, fetch, fetch, fetchOne, fetchOptional, fetchRange, findAll, findById, findOptionalById, getTable, getType, insert, insert, insert, mapper, merge, merge, merge, setConfiguration, settings, update, update, update
-
Constructor Details
-
BookStoreDao
public BookStoreDao()Create a new BookStoreDao without any configuration -
BookStoreDao
@Autowired public BookStoreDao(org.jooq.Configuration configuration) Create a new BookStoreDao with an attached configuration
-
-
Method Details
-
getId
-
fetchRangeOfName
Fetch records that haveNAME BETWEEN lowerInclusive AND upperInclusive -
fetchByName
Fetch records that haveNAME IN (values) -
fetchOneByName
Fetch a unique record that hasNAME = value -
fetchOptionalByName
Fetch a unique record that hasNAME = value
-