Files
Brainstorm/Foundation Web Test Webapp/metadata.xml
2014-05-30 10:31:51 -07:00

13 lines
998 B
XML

<?xml version="1.0"?>
<repository name='APPDB' class='com.foundation.transaction.jdbc.mysql.MySQLRepositoryManager'>
<properties user-name='webappdefault' user-password='webserver' database-url='jdbc:mysql://localhost/webtest'/>
<class name='com.foundation.web.model.SessionStore' repository-name='SESSION_STORE'>
<attribute name='serverId' type='Integer' repository-name='SERVER_ID' repository-type='INT' is-key='true' is-auto-generated='false'/>
<attribute name='sessionId' type='Long' repository-name='SESSION_ID' repository-type='BIGINT' is-key='true' is-auto-generated='false'/>
<attribute name='sequenceId' type='Short' repository-name='SEQUENCE_ID' repository-type='SMALLINT' is-key='true' is-auto-generated='false'/>
<attribute name='sessionData' type='byte[]' repository-name='SESSION_DATA' repository-type='BLOB'/>
<attribute name='updateTimestamp' type='java.util.Date' repository-name='UPDATE_TIMESTAMP' repository-type='TIMESTAMP'/>
<properties/>
</class>
</repository>