DataAccessObject
.@DefaultProvider(value=BridgeUserDAO.DynamicProvider.class) @Deprecated public interface UserDAO
DAO for users. The base interface only exposes the set of user IDs.
Modifier and Type | Method and Description |
---|---|
LongSet |
getUserIds()
Deprecated.
Get all known user IDs.
|
LongSet getUserIds()
Get all known user IDs.