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.
|