summaryrefslogtreecommitdiff
path: root/src/main/java/com/amazon/carbonado/info/StorableIntrospector.java
AgeCommit message (Expand)Author
2012-03-04Prepare release 1.2.3Brian S. O'Neill
2012-01-25Relax strict property match check.Brian S. O'Neill
2012-01-24Stricter property type checking, preventing verification errors in generated ...Brian S. O'Neill
2010-03-01Deprecated ThrowUnchecked class.Brian S. O'Neill
2010-02-17Add PartitionKey annotation.Brian S. O'Neill
2009-04-29Added @Derived(shouldCopy=true) to copy derived properties used as repository...Tobias Holgers
2008-12-27Access covariant types via reflection for compatibility.Brian S. O'Neill
2008-12-27Support covariant properties. Cojen must support this feature too in order to...Brian S. O'Neill
2008-12-26Less rigorous join checks if joined storable is malformed.Brian S. O'Neill
2008-12-26Display all messages when using test method.Brian S. O'Neill
2008-12-26Added command-line introspector.Brian S. O'Neill
2008-07-22Added advanced conversion capability when setting query filter properties. Th...Brian S. O'Neill
2008-05-06Code cleanup: add @Override annotations, remove unused imports, remove dead c...Brian S. O'Neill
2008-04-19Support layout changes when property @Name changes.Brian S. O'Neill
2008-04-19Add additional checks for explicitly named properties.Brian S. O'Neill
2008-04-18Support renamed properties in indexes and keys.Brian S. O'Neill
2008-01-22Filter and FilterValues are now Serializable.Brian S. O'Neill
2007-11-07Comments for new Name annotation.Brian S. O'Neill
2007-11-07Add Name annotation to let user choose the prefered name for storable propertiesfangchen
2007-10-21Assign number to properties.Brian S. O'Neill
2007-08-14Removed support for Storable definition to accept Repository in constructor.Brian S. O'Neill
2007-07-23Allow Storable definition to accept Repository in constructor.Brian S. O'Neill
2007-06-03Prevent premature uncaching of StorableInfo.Brian S. O'Neill
2007-06-02Improve unsupported array type exception messages.Brian S. O'Neill
2007-04-29Remove unused imports and variable declarations.Brian S. O'Neill
2007-04-29Merged in support for derived properties.Brian S. O'Neill
2007-04-01Move Storable code generation support to separate package.Brian S. O'Neill
2007-03-28Merged 1.2-dev to trunk.Brian S. O'Neill
2007-01-11Fixes for bugs found using FindBugs.Brian S. O'Neill
2006-12-07Added @Authoritative annotation.Brian S. O'Neill
2006-10-22Conditionally require join property to have mutator.Brian S. O'Neill
2006-09-20More tests and fixes.Brian S. O'Neill
2006-09-03More tests and fixes.Brian S. O'Neill
2006-08-30Add introspection supportBrian S. O'Neill