| Interface | Description |
|---|---|
| InternalGroupDao<T extends com.atlassian.crowd.model.group.InternalGroup> |
Private-ish interface for methods that should only be called by other DAOs.
|
| InternalMembershipDao |
Implements bulk membership changes via database IDs rather than by name.
|
| InternalUserDao<T extends com.atlassian.crowd.model.user.User> |
Private-ish interface for methods that should only be called by other DAOs.
|
| Class | Description |
|---|---|
| HibernateApplicationDao | |
| HibernateDirectoryDao |
Hibernate 5/Spring implementation of directory persistence
|
| HibernateDirectorySynchronisationStatusDao | |
| HibernateDirectorySynchronisationTokenDao | |
| HibernateGroupDao |
Hibernate 5/Spring implementation of group persistence
|
| HibernateInternalMembershipDao |
Allows bulk membership changes via database IDs rather than by name.
|
| HibernateMembership |
Hibernate representation of a membership that uses actual foreign keys and joins instead of trusting that
database integrity will be maintained by a team of unicorns.
|
| HibernateMembershipDao |
Implementation of
MembershipDao |
| HibernateSearch<TYPE> |
A HibernateCallback that executes an
HQLQuery against the database, converting parameters
and results to the correct types. |
| HibernateTombstoneDao | |
| HibernateUserDao |
Implementation of
UserDao which uses Hibernate 5. |
| HQLMembershipQueryTranslator |
Hibernate query translator for our non-crowd-standard table structure for group membership.
|
| NoopInternalUserPermissionDao |
Crowd libraries currently need an implementation of this, but it's only applicable for Crowd the product.
|
Copyright © 2003–2022 Atlassian. All rights reserved.