org.springframework.datastore.collection
Interface PersistentCollection

All Known Implementing Classes:
PersistentList, PersistentSet

public interface PersistentCollection

A lazy loaded collection

Since:
1.0

Method Summary
 void initialize()
          Initializes the collection if it hasn't already been initialized
 boolean isInitialized()
          Check whether the collection has been loaded
 

Method Detail

isInitialized

boolean isInitialized()
Check whether the collection has been loaded

Returns:
True if the collection has been initialized

initialize

void initialize()
Initializes the collection if it hasn't already been initialized