Ticket #269: Added a new utility class, and support for reading ConnectionRecord objects.

This commit is contained in:
James Muehlner
2013-02-20 00:07:59 -08:00
parent 1beb031a05
commit 39665ad0f6
40 changed files with 2434 additions and 736 deletions

View File

@@ -63,6 +63,11 @@
<property name="useActualColumnNames" value="true"/>
</table>
<!-- Set catalog to the name of the database that contains the guacamole authentication tables. -->
<table catalog="guacamole" tableName="guacamole_connection_history" domainObjectName="ConnectionHistory" >
<property name="useActualColumnNames" value="true"/>
</table>
</context>
</generatorConfiguration>