summaryrefslogtreecommitdiff
path: root/src/main/java/com/c2kernel/collection/CollectionDescription.java
AgeCommit message (Collapse)Author
2014-10-03Huge exception overhaul: Merged ClusterStorageException withAndrew Branson
PersistencyException. Replaced MembershipException with InvalidCollectionModification CORBA Exception. Made all predef steps throw more accurate exceptions when they go wrong, and let more exceptions bubble through from underneath.
2014-10-02Collection javadoc and cleanupAndrew Branson
2014-10-02push after rebasejet
2014-09-26Parent2ChildCollection was just a default implementation of Collection,Andrew Branson
so merge the two for simplicity.
2012-06-22Modules and entitycreation support Aggregations, collection propertiesAndrew Branson
and class identifiers
2012-05-30Initial Maven ConversionAndrew Branson