| Class | Description |
|---|---|
| DetachableJpaRepositoryImpl<T,ID extends Serializable> |
JpaRepository extension to allow to get detached entities using the
EntityManager.detach(Object) method. |
| QueryDslRepositorySupportExt<T> |
Base class with additional utilities for implementing repositories using QueryDsl library.
|
| QueryDslRepositorySupportExt.AttributeMappingBuilder |
Factory to create a mapping between simulated attributes and the entity
real ones.
|
Copyright © 2018 DISID Corporation. All rights reserved.