JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
O
P
R
U
C
create(E)
- Method in interface org.ezlibs.ezjooq.
CrudRepository
Insert an entity into the database.
create(E)
- Method in class org.ezlibs.ezjooq.
PojoRepository
createMany(List<E>)
- Method in interface org.ezlibs.ezjooq.
CrudRepository
Insert a list of entities into the database.
createMany(List<E>)
- Method in class org.ezlibs.ezjooq.
PojoRepository
CrudRepository
<
E
> - Interface in
org.ezlibs.ezjooq
Repository providing basic CRUD operations for POJOs.
D
delete(E)
- Method in interface org.ezlibs.ezjooq.
CrudRepository
Delete an entity from the database.
delete(E)
- Method in class org.ezlibs.ezjooq.
PojoRepository
O
org.ezlibs.ezjooq
- package org.ezlibs.ezjooq
P
PojoRepository
<
E
> - Class in
org.ezlibs.ezjooq
PojoRepository(DSLContext, Class<E>)
- Constructor for class org.ezlibs.ezjooq.
PojoRepository
Create a new repository for performing CRUD operations on POJOs.
R
readAll()
- Method in interface org.ezlibs.ezjooq.
CrudRepository
Get all entities of type
<E>
from the database.
readAll()
- Method in class org.ezlibs.ezjooq.
PojoRepository
readAllWhere(Condition)
- Method in interface org.ezlibs.ezjooq.
CrudRepository
Get all entities of type
<E>
from the database where a certain condition is met.
readAllWhere(Condition)
- Method in class org.ezlibs.ezjooq.
PojoRepository
readOneWhere(Condition)
- Method in interface org.ezlibs.ezjooq.
CrudRepository
Get a single entity of type
<E>
from the database where a certain condition is met.
readOneWhere(Condition)
- Method in class org.ezlibs.ezjooq.
PojoRepository
U
updateWhere(E, Condition)
- Method in interface org.ezlibs.ezjooq.
CrudRepository
Replace entities in the database with the provided entity where a specific condition is met.
updateWhere(E, Condition)
- Method in class org.ezlibs.ezjooq.
PojoRepository
C
D
O
P
R
U
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2021. All rights reserved.