Uses of Class
edu.internet2.middleware.grouper.exception.MemberNotUniqueException
Packages that use MemberNotUniqueException
Package
Description
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
This package contains hib3 related data access object implementations
and mappings
-
Uses of MemberNotUniqueException in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao that throw MemberNotUniqueExceptionModifier and TypeMethodDescriptionMemberDAO.findBySubject
(String subjectId) Deprecated.use overloadMemberDAO.findBySubject
(String subjectId, boolean exceptionIfNull) find by subject id only (cant be duplicates) -
Uses of MemberNotUniqueException in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that throw MemberNotUniqueExceptionModifier and TypeMethodDescriptionHib3MemberDAO.findBySubject
(String subjectId) Deprecated.use overloadHib3MemberDAO.findBySubject
(String subjectId, boolean exceptionIfNull)