|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface LazyCollection<T>
Lazy is a place holder interface to indicate that a data object or a Collection in a data object is an Lazy instance. In other word, values of the object is not stored in the object and the persistence storage will be accessed when the values are needed.
IllegalStateException maybe thrown if the object is accessed out of a transaction context.
| Method Summary | |
|---|---|
java.util.List<T> |
getAddedEntitiesList()
|
java.util.List<Identity> |
getIdsList()
|
java.util.List<Identity> |
getRemovedIdsList()
|
| Methods inherited from interface java.util.Collection |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Methods inherited from interface org.exolab.castor.persist.TxSynchronizable |
|---|
committed, rolledback |
| Method Detail |
|---|
java.util.List<Identity> getIdsList()
java.util.List<Identity> getRemovedIdsList()
java.util.List<T> getAddedEntitiesList()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||