Changeset 5537
- Timestamp:
- Dec 21, 2010, 1:52:31 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/dist/base.config
r5442 r5537 28 28 # MySQL 29 29 # ----- 30 db.dialect = org.hibernate.dialect.MySQL InnoDBDialect30 db.dialect = org.hibernate.dialect.MySQL5InnoDBDialect 31 31 db.driver = com.mysql.jdbc.Driver 32 32 db.url = jdbc:mysql://localhost/base2?characterEncoding=UTF-8&useCursorFetch=true&defaultFetchSize=100&useServerPrepStmts=true -
trunk/src/core/net/sf/basedb/core/data/ContextData.java
r4889 r5537 253 253 @hibernate.collection-key column="`context_id`" 254 254 @hibernate.collection-index column="`name`" type="string" length="255" 255 @hibernate.collection-element column="`value`" type=" string" length="65535"255 @hibernate.collection-element column="`value`" type="text" 256 256 */ 257 257 public Map<String, String> getSettings()
Note: See TracChangeset
for help on using the changeset viewer.