org.acegisecurity.domain.dao
Interface InitializationCapable

All Known Implementing Classes:
DaoHibernate

public interface InitializationCapable

Indicates an implementation capable of initializing an object, such that any lazy loading is guaranteed to have been completed.

Structured as a separate interface (rather than a subclass of Dao), as it is not required for all persistence strategies.

In general the recommended approach to lazy initialization is as follows: