Uses of Class
edu.internet2.middleware.grouper.attr.AttributeDefNameSetView
Packages that use AttributeDefNameSetView
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 AttributeDefNameSetView in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao that return types with arguments of type AttributeDefNameSetViewModifier and TypeMethodDescriptionAttributeDefNameSetViewDAO.findByAttributeDefNameSetViews
(Set<String> attributeDefNames) find all attribute def name set views by related attribute def names (generally this is for testing) -
Uses of AttributeDefNameSetView in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return types with arguments of type AttributeDefNameSetViewModifier and TypeMethodDescriptionHib3AttributeDefNameSetViewDAO.findByAttributeDefNameSetViews
(Set<String> attributeDefNames)