| Package | Description |
|---|---|
| io.katharsis.jpa | |
| io.katharsis.jpa.mapping |
| Modifier and Type | Method and Description |
|---|---|
<E> JpaMapper<E,T> |
JpaRepositoryConfig.getMapper() |
| Modifier and Type | Method and Description |
|---|---|
static <E,D> JpaRepositoryConfig.Builder<D> |
JpaRepositoryConfig.builder(Class<E> entityClass,
Class<D> dtoClass,
JpaMapper<E,D> mapper)
Prepares a builder to configure a jpa repository for the given entity class which is
mapped to a DTO with the provided mapper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityMapper<E> |
Copyright © 2017. All Rights Reserved.