| Interface | Description |
|---|---|
| AuthenticationMethodDao | |
| FrequencyTypeDao | |
| LocalUserDao | |
| LoginTypeDao | |
| OAuthProviderDao | |
| PhenotypeEntityDao |
A data access object interface for working with
PhenotypeEntity objects
in the data store. |
| RelationOperatorDao | |
| RoleDao |
A data access object interface for working with
RoleEntity objects in the
data store. |
| ThresholdsOperatorDao | |
| TimeUnitDao | |
| UserDao |
A data access object interface for working with
UserEntity objects in the
data store. |
| ValueComparatorDao |
| Class | Description |
|---|---|
| JpaAuthenticationMethodDao | |
| JpaFrequencyTypeDao | |
| JpaLocalUserDao |
An implementation of the
UserDao interface, backed by JPA entities
and queries. |
| JpaLoginTypeDao | |
| JpaOAuthProviderDao | |
| JpaPhenotypeEntityDao |
An implementation of the
PhenotypeEntityDao interface, backed by
JPA entities and queries. |
| JpaRelationOperatorDao | |
| JpaRoleDao |
A
RoleDao implementation, backed by JPA entities and queries. |
| JpaThresholdsOperatorDao | |
| JpaTimeUnitDao | |
| JpaUserDao |
An implementation of the
UserDao interface, backed by JPA entities
and queries. |
| JpaValueComparatorDao |
Copyright © 2012–2016 Emory University. All rights reserved.