JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
G
H
I
J
Q
R
S
T
U
V
W
A
addAndSave(S)
- Method in class io.datafx.crud.
CrudListProperty
addQuery(String, Call<List<QueryParameter>, List<S>>)
- Method in class io.datafx.crud.
BasicCrudService
apply(InputStream)
- Method in class io.datafx.crud.rest.
JsonBasedResponseDataHandler
B
BasicCrudService
<
S
extends
EntityWithId
<
T
>,
T
> - Class in
io.datafx.crud
BasicCrudService(Call<Void, List<S>>, Call<T, S>, Call<T, Void>, Call<S, S>, Call<S, S>)
- Constructor for class io.datafx.crud.
BasicCrudService
C
call(T)
- Method in class io.datafx.crud.jpa.
JpaDeleteCall
call(Void)
- Method in class io.datafx.crud.jpa.
JpaGetAllCall
call(T)
- Method in class io.datafx.crud.jpa.
JpaGetByIdCall
call(S)
- Method in class io.datafx.crud.jpa.
JpaPersistCall
call(List<QueryParameter>)
- Method in class io.datafx.crud.jpa.
JpaQueryCall
call(S)
- Method in class io.datafx.crud.jpa.
JpaUpdateCall
call(S)
- Method in class io.datafx.crud.rest.
RestCall
Call
<
S
,
T
> - Interface in
io.datafx.crud.util
Defines as a call to any service (db, REST backend).
call(S)
- Method in interface io.datafx.crud.util.
Call
execute the call
createColumns(Class<T>)
- Static method in class io.datafx.crud.table.
TableColumnFactory
createColumns(Class<T>, ExceptionHandler)
- Static method in class io.datafx.crud.table.
TableColumnFactory
CreateOnceSupplier
<
T
> - Class in
io.datafx.crud.jpa
CreateOnceSupplier(Supplier<T>)
- Constructor for class io.datafx.crud.jpa.
CreateOnceSupplier
CrudException
- Exception in
io.datafx.crud
CrudException()
- Constructor for exception io.datafx.crud.
CrudException
CrudException(String)
- Constructor for exception io.datafx.crud.
CrudException
CrudException(String, Throwable)
- Constructor for exception io.datafx.crud.
CrudException
CrudException(Throwable)
- Constructor for exception io.datafx.crud.
CrudException
CrudListProperty
<
S
extends
EntityWithId
<
T
>,
T
> - Class in
io.datafx.crud
CrudListProperty(CrudService<S, T>)
- Constructor for class io.datafx.crud.
CrudListProperty
CrudListProperty(CrudService<S, T>, Executor)
- Constructor for class io.datafx.crud.
CrudListProperty
CrudObjectProperty
<
S
extends
EntityWithId
<
T
>,
T
> - Class in
io.datafx.crud
CrudObjectProperty(S, CrudListProperty<S, T>, CrudService<S, T>)
- Constructor for class io.datafx.crud.
CrudObjectProperty
CrudObjectProperty(S, CrudService<S, T>)
- Constructor for class io.datafx.crud.
CrudObjectProperty
CrudObjectProperty(CrudService<S, T>)
- Constructor for class io.datafx.crud.
CrudObjectProperty
CrudObjectProperty(S, CrudListProperty<S, T>, CrudService<S, T>, Executor)
- Constructor for class io.datafx.crud.
CrudObjectProperty
CrudObjectProperty(S, CrudService<S, T>, Executor)
- Constructor for class io.datafx.crud.
CrudObjectProperty
CrudService
<
S
extends
EntityWithId
<
T
>,
T
> - Interface in
io.datafx.crud
D
delete(S)
- Method in class io.datafx.crud.
BasicCrudService
delete()
- Method in class io.datafx.crud.
CrudObjectProperty
delete(S)
- Method in interface io.datafx.crud.
CrudService
destroy()
- Method in class io.datafx.crud.jpa.
SimpleJpaCrudService
doAdd(int, CrudObjectProperty<S, T>)
- Method in class io.datafx.crud.
CrudListProperty
doRemove(int)
- Method in class io.datafx.crud.
CrudListProperty
doSet(int, CrudObjectProperty<S, T>)
- Method in class io.datafx.crud.
CrudListProperty
E
EntityWithId
<
T
> - Interface in
io.datafx.crud.util
A base interface for all entites that have a unique id
G
get(int)
- Method in class io.datafx.crud.
CrudListProperty
get()
- Method in class io.datafx.crud.jpa.
CreateOnceSupplier
getAll()
- Method in class io.datafx.crud.
BasicCrudService
getAll()
- Method in interface io.datafx.crud.
CrudService
getById(T)
- Method in class io.datafx.crud.
BasicCrudService
getById(T)
- Method in interface io.datafx.crud.
CrudService
getCreatedInstance()
- Method in class io.datafx.crud.jpa.
CreateOnceSupplier
getEntityManager()
- Method in class io.datafx.crud.jpa.
JpaCrudService
getId()
- Method in interface io.datafx.crud.util.
EntityWithId
Returns the id
getImmutableEntityList()
- Method in class io.datafx.crud.
CrudListProperty
getManager()
- Method in class io.datafx.crud.jpa.
JpaCall
getName()
- Method in class io.datafx.crud.util.
QueryParameter
getValue()
- Method in class io.datafx.crud.util.
QueryParameter
H
HttpMethods
- Enum in
io.datafx.crud.util
I
io.datafx.crud
- package io.datafx.crud
io.datafx.crud.jpa
- package io.datafx.crud.jpa
io.datafx.crud.rest
- package io.datafx.crud.rest
io.datafx.crud.table
- package io.datafx.crud.table
io.datafx.crud.util
- package io.datafx.crud.util
J
JpaCall
<
S
,
T
> - Class in
io.datafx.crud.jpa
JpaCall(Supplier<EntityManager>)
- Constructor for class io.datafx.crud.jpa.
JpaCall
JpaCall(EntityManager)
- Constructor for class io.datafx.crud.jpa.
JpaCall
JpaCrudService
<
S
extends
EntityWithId
<
T
>,
T
extends java.io.Serializable> - Class in
io.datafx.crud.jpa
JpaCrudService(EntityManager, Class<S>)
- Constructor for class io.datafx.crud.jpa.
JpaCrudService
JpaCrudService(Supplier<EntityManager>, Class<S>)
- Constructor for class io.datafx.crud.jpa.
JpaCrudService
JpaCrudService(CreateOnceSupplier<EntityManager>, Class<S>)
- Constructor for class io.datafx.crud.jpa.
JpaCrudService
JpaDeleteCall
<
S
extends
EntityWithId
<
T
>,
T
> - Class in
io.datafx.crud.jpa
JpaDeleteCall(Supplier<EntityManager>, Class<S>)
- Constructor for class io.datafx.crud.jpa.
JpaDeleteCall
JpaDeleteCall(EntityManager, Class<S>)
- Constructor for class io.datafx.crud.jpa.
JpaDeleteCall
JpaGetAllCall
<
S
extends
EntityWithId
<
T
>,
T
> - Class in
io.datafx.crud.jpa
JpaGetAllCall(Supplier<EntityManager>, Class<S>)
- Constructor for class io.datafx.crud.jpa.
JpaGetAllCall
JpaGetAllCall(EntityManager, Class<S>)
- Constructor for class io.datafx.crud.jpa.
JpaGetAllCall
JpaGetByIdCall
<
S
extends
EntityWithId
<
T
>,
T
> - Class in
io.datafx.crud.jpa
JpaGetByIdCall(Supplier<EntityManager>, Class<S>)
- Constructor for class io.datafx.crud.jpa.
JpaGetByIdCall
JpaGetByIdCall(EntityManager, Class<S>)
- Constructor for class io.datafx.crud.jpa.
JpaGetByIdCall
JpaPersistCall
<
S
extends
EntityWithId
<
T
>,
T
> - Class in
io.datafx.crud.jpa
JpaPersistCall(Supplier<EntityManager>)
- Constructor for class io.datafx.crud.jpa.
JpaPersistCall
JpaPersistCall(EntityManager)
- Constructor for class io.datafx.crud.jpa.
JpaPersistCall
JpaQueryCall
<
S
extends
EntityWithId
<
T
>,
T
> - Class in
io.datafx.crud.jpa
JpaQueryCall(Supplier<EntityManager>, Class<S>, String)
- Constructor for class io.datafx.crud.jpa.
JpaQueryCall
JpaQueryCall(EntityManager, Class<S>, String)
- Constructor for class io.datafx.crud.jpa.
JpaQueryCall
JpaUpdateCall
<
S
extends
EntityWithId
<
T
>,
T
> - Class in
io.datafx.crud.jpa
JpaUpdateCall(Supplier<EntityManager>)
- Constructor for class io.datafx.crud.jpa.
JpaUpdateCall
JpaUpdateCall(EntityManager)
- Constructor for class io.datafx.crud.jpa.
JpaUpdateCall
JsonBasedRequestDataHandler
<
S
> - Class in
io.datafx.crud.rest
JsonBasedRequestDataHandler()
- Constructor for class io.datafx.crud.rest.
JsonBasedRequestDataHandler
JsonBasedResponseDataHandler
<
T
> - Class in
io.datafx.crud.rest
JsonBasedResponseDataHandler()
- Constructor for class io.datafx.crud.rest.
JsonBasedResponseDataHandler
Q
query(String, QueryParameter...)
- Method in class io.datafx.crud.
BasicCrudService
query(String, QueryParameter...)
- Method in interface io.datafx.crud.
CrudService
QueryParameter
<
T
> - Class in
io.datafx.crud.util
QueryParameter(String, T)
- Constructor for class io.datafx.crud.util.
QueryParameter
R
reload()
- Method in class io.datafx.crud.
CrudListProperty
reloadByQuery(String, QueryParameter...)
- Method in class io.datafx.crud.
CrudListProperty
RequestDataHandler
<
S
> - Interface in
io.datafx.crud.rest
RestCall
<
S
,
T
> - Class in
io.datafx.crud.rest
RestCall(Function<S, URL>, HttpMethods, RequestDataHandler<S>, Function<InputStream, T>)
- Constructor for class io.datafx.crud.rest.
RestCall
RestCrudService
<
S
extends
EntityWithId
<
T
>,
T
> - Class in
io.datafx.crud.rest
RestCrudService(String)
- Constructor for class io.datafx.crud.rest.
RestCrudService
S
save(S)
- Method in class io.datafx.crud.
BasicCrudService
save()
- Method in class io.datafx.crud.
CrudObjectProperty
save(S)
- Method in interface io.datafx.crud.
CrudService
SimpleJpaCrudService
<
S
extends
EntityWithId
<
T
>,
T
extends java.io.Serializable> - Class in
io.datafx.crud.jpa
SimpleJpaCrudService(EntityManagerFactory, Class<S>)
- Constructor for class io.datafx.crud.jpa.
SimpleJpaCrudService
SimpleJpaCrudService(EntityManagerFactory, Class<S>, boolean)
- Constructor for class io.datafx.crud.jpa.
SimpleJpaCrudService
SimpleJpaCrudService(Supplier<EntityManagerFactory>, Class<S>)
- Constructor for class io.datafx.crud.jpa.
SimpleJpaCrudService
SimpleJpaCrudService(Supplier<EntityManagerFactory>, Class<S>, boolean)
- Constructor for class io.datafx.crud.jpa.
SimpleJpaCrudService
SimpleJpaCrudService(CreateOnceSupplier<EntityManagerFactory>, Class<S>, boolean)
- Constructor for class io.datafx.crud.jpa.
SimpleJpaCrudService
SimpleJpaCrudService(String, Class<S>)
- Constructor for class io.datafx.crud.jpa.
SimpleJpaCrudService
size()
- Method in class io.datafx.crud.
CrudListProperty
T
TableColumnFactory
- Class in
io.datafx.crud.table
TableColumnFactory()
- Constructor for class io.datafx.crud.table.
TableColumnFactory
toString()
- Method in enum io.datafx.crud.util.
HttpMethods
U
update()
- Method in class io.datafx.crud.
CrudObjectProperty
V
valueOf(String)
- Static method in enum io.datafx.crud.util.
HttpMethods
Returns the enum constant of this type with the specified name.
values()
- Static method in enum io.datafx.crud.util.
HttpMethods
Returns an array containing the constants of this enum type, in the order they are declared.
ViewColumn
- Annotation Type in
io.datafx.crud.table
W
writeData(S, OutputStream)
- Method in class io.datafx.crud.rest.
JsonBasedRequestDataHandler
writeData(S, OutputStream)
- Method in interface io.datafx.crud.rest.
RequestDataHandler
A
B
C
D
E
G
H
I
J
Q
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes