Index: lams_tool_nb/conf/middlegen/nb-prefs.properties =================================================================== diff -u -r844a707e27abb0b46bc8fbc750863368f4f787eb -r14fd20e14686384969d260197e274182e4d7d362 --- lams_tool_nb/conf/middlegen/nb-prefs.properties (.../nb-prefs.properties) (revision 844a707e27abb0b46bc8fbc750863368f4f787eb) +++ lams_tool_nb/conf/middlegen/nb-prefs.properties (.../nb-prefs.properties) (revision 14fd20e14686384969d260197e274182e4d7d362) @@ -1,8 +1,31 @@ # Middlegen Preferences +hibernate.tables.tl_lanb11_attachment.base-class-name=TlLanb11Attachment +hibernate.tables.tl_lanb11_attachment.columns.attachment_id.columnspecialty=key +hibernate.tables.tl_lanb11_attachment.columns.attachment_id.java-name=attachmentId +hibernate.tables.tl_lanb11_attachment.columns.attachment_id.java-type=java.lang.Long +hibernate.tables.tl_lanb11_attachment.columns.filename.columnspecialty=property +hibernate.tables.tl_lanb11_attachment.columns.filename.java-name=filename +hibernate.tables.tl_lanb11_attachment.columns.filename.java-type=java.lang.String +hibernate.tables.tl_lanb11_attachment.columns.nb_content_uid.columnspecialty=foreign key +hibernate.tables.tl_lanb11_attachment.columns.nb_content_uid.java-name=nbContentUid +hibernate.tables.tl_lanb11_attachment.columns.nb_content_uid.java-type=long +hibernate.tables.tl_lanb11_attachment.columns.online_file.columnspecialty=property +hibernate.tables.tl_lanb11_attachment.columns.online_file.java-name=onlineFile +hibernate.tables.tl_lanb11_attachment.columns.online_file.java-type=boolean +hibernate.tables.tl_lanb11_attachment.columns.uuid.columnspecialty=property +hibernate.tables.tl_lanb11_attachment.columns.uuid.java-name=uuid +hibernate.tables.tl_lanb11_attachment.columns.uuid.java-type=java.lang.Long +hibernate.tables.tl_lanb11_attachment.columns.version_id.columnspecialty=property +hibernate.tables.tl_lanb11_attachment.columns.version_id.java-name=versionId +hibernate.tables.tl_lanb11_attachment.columns.version_id.java-type=java.lang.Long +hibernate.tables.tl_lanb11_attachment.keygenerator=native hibernate.tables.tl_lanb11_content.base-class-name=TlLanb11Content hibernate.tables.tl_lanb11_content.columns.content.columnspecialty=property hibernate.tables.tl_lanb11_content.columns.content.java-name=content hibernate.tables.tl_lanb11_content.columns.content.java-type=java.lang.String +hibernate.tables.tl_lanb11_content.columns.content_in_use.columnspecialty=property +hibernate.tables.tl_lanb11_content.columns.content_in_use.java-name=contentInUse +hibernate.tables.tl_lanb11_content.columns.content_in_use.java-type=java.lang.Byte hibernate.tables.tl_lanb11_content.columns.creator_user_id.columnspecialty=property hibernate.tables.tl_lanb11_content.columns.creator_user_id.java-name=creatorUserId hibernate.tables.tl_lanb11_content.columns.creator_user_id.java-type=java.lang.Long @@ -30,6 +53,7 @@ hibernate.tables.tl_lanb11_content.columns.title.columnspecialty=property hibernate.tables.tl_lanb11_content.columns.title.java-name=title hibernate.tables.tl_lanb11_content.columns.title.java-type=java.lang.String +hibernate.tables.tl_lanb11_content.columns.uid.columnspecialty=key hibernate.tables.tl_lanb11_content.columns.uid.java-name=uid hibernate.tables.tl_lanb11_content.columns.uid.java-type=java.lang.Long hibernate.tables.tl_lanb11_content.keygenerator=native @@ -53,11 +77,43 @@ hibernate.tables.tl_lanb11_session.columns.uid.java-name=uid hibernate.tables.tl_lanb11_session.columns.uid.java-type=java.lang.Long hibernate.tables.tl_lanb11_session.keygenerator=native +hibernate.tables.tl_lanb11_user.base-class-name=TlLanb11User +hibernate.tables.tl_lanb11_user.columns.fullname.columnspecialty=property +hibernate.tables.tl_lanb11_user.columns.fullname.java-name=fullname +hibernate.tables.tl_lanb11_user.columns.fullname.java-type=java.lang.String +hibernate.tables.tl_lanb11_user.columns.nb_session_uid.columnspecialty=foreign key +hibernate.tables.tl_lanb11_user.columns.nb_session_uid.java-name=nbSessionUid +hibernate.tables.tl_lanb11_user.columns.nb_session_uid.java-type=java.lang.Long +hibernate.tables.tl_lanb11_user.columns.uid.columnspecialty=key +hibernate.tables.tl_lanb11_user.columns.uid.java-name=uid +hibernate.tables.tl_lanb11_user.columns.uid.java-type=java.lang.Long +hibernate.tables.tl_lanb11_user.columns.user_id.columnspecialty=property +hibernate.tables.tl_lanb11_user.columns.user_id.java-name=userId +hibernate.tables.tl_lanb11_user.columns.user_id.java-type=java.lang.Long +hibernate.tables.tl_lanb11_user.columns.user_status.columnspecialty=property +hibernate.tables.tl_lanb11_user.columns.user_status.java-name=userStatus +hibernate.tables.tl_lanb11_user.columns.user_status.java-type=java.lang.String +hibernate.tables.tl_lanb11_user.columns.username.columnspecialty=property +hibernate.tables.tl_lanb11_user.columns.username.java-name=username +hibernate.tables.tl_lanb11_user.columns.username.java-type=java.lang.String +hibernate.tables.tl_lanb11_user.keygenerator=assigned +relations.tl_lanb11_content-tl_lanb11_attachment.tl_lanb11_attachment-has-tl_lanb11_content.enabled=true +relations.tl_lanb11_content-tl_lanb11_attachment.tl_lanb11_attachment-has-tl_lanb11_content.target-many=false +relations.tl_lanb11_content-tl_lanb11_attachment.tl_lanb11_content-has-tl_lanb11_attachment.enabled=true +relations.tl_lanb11_content-tl_lanb11_attachment.tl_lanb11_content-has-tl_lanb11_attachment.target-many=true relations.tl_lanb11_content-tl_lanb11_session.tl_lanb11_content-has-tl_lanb11_session.enabled=true relations.tl_lanb11_content-tl_lanb11_session.tl_lanb11_content-has-tl_lanb11_session.target-many=true relations.tl_lanb11_content-tl_lanb11_session.tl_lanb11_session-has-tl_lanb11_content.enabled=true relations.tl_lanb11_content-tl_lanb11_session.tl_lanb11_session-has-tl_lanb11_content.target-many=false -tables.tl_lanb11_content.x=346 -tables.tl_lanb11_content.y=28 -tables.tl_lanb11_session.x=29 -tables.tl_lanb11_session.y=29 +relations.tl_lanb11_session-tl_lanb11_user.tl_lanb11_session-has-tl_lanb11_user.enabled=true +relations.tl_lanb11_session-tl_lanb11_user.tl_lanb11_session-has-tl_lanb11_user.target-many=true +relations.tl_lanb11_session-tl_lanb11_user.tl_lanb11_user-has-tl_lanb11_session.enabled=true +relations.tl_lanb11_session-tl_lanb11_user.tl_lanb11_user-has-tl_lanb11_session.target-many=false +tables.tl_lanb11_attachment.x=53 +tables.tl_lanb11_attachment.y=58 +tables.tl_lanb11_content.x=290 +tables.tl_lanb11_content.y=20 +tables.tl_lanb11_session.x=652 +tables.tl_lanb11_session.y=43 +tables.tl_lanb11_user.x=971 +tables.tl_lanb11_user.y=35