| Package | Description |
|---|---|
| org.eurekaclinical.standardapis.dao | |
| org.eurekaclinical.standardapis.entity | |
| org.eurekaclinical.standardapis.filter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJpaRoleDao<U extends RoleEntity>
An implementation of the
UserDao interface, backed by JPA entities
and queries. |
interface |
RoleDao<E extends RoleEntity>
A data access object interface for working with
RoleEntity objects in
a data store. |
interface |
UserDao<U extends UserEntity<? extends RoleEntity>>
A data access object interface for working with
UserEntity objects
in a data store. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserEntity<R extends RoleEntity> |
interface |
UserTemplateEntity<R extends RoleEntity> |
| Constructor and Description |
|---|
RolesFromDbFilter(UserDao<? extends UserEntity<? extends RoleEntity>> inUserDao) |
Copyright © 2016–2019 Emory University. All rights reserved.