Class SparseUserDatabase

    • Constructor Detail

      • SparseUserDatabase

        public SparseUserDatabase()
    • Method Detail

      • isSparse

        public boolean isSparse()
        Description copied from interface: UserDatabase
        Is the database data loaded on demand. This is used to avoid eager loading of the full database data, for example for JMX registration of all objects.
        Specified by:
        isSparse in interface UserDatabase
        Returns:
        false