Move use of Glom.build_sql*() into a new SqlUtils class.
[online-glom:gwt-glom.git] / src / main / java / org / glom / web / server / database / DetailsDBAccess.java
2012-04-21 Murray CummingMove use of Glom.build_sql*() into a new SqlUtils class.
2012-04-21 Murray CummingCode style changes from Eclipse
2012-01-04 Murray CummingRemove all javadoc author tags.
2011-12-05 Ben KonrathRemove unnecessary getPrimaryKeyField() method.
2011-11-28 Ben KonrathUse Gda Value version of primary key to log result...
2011-11-28 Ben KonrathCreate primary key value from URL string using type...
2011-11-27 Ben KonrathRename PrimaryKeyItem to TypedDataItem.
2011-11-25 Ben KonrathDon't use Strings to hold primary key values.
2011-11-24 Ben KonrathUse newly added java-libglom API to create queries.
2011-09-23 Ben KonrathRename GlomField to DataItem and update associated...
2011-09-18 Ben KonrathAdd related lists to details view.
2011-09-15 Ben KonrathBreakup the OnlineGlomServiceImpl class to make it...