| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Hibernate
Revision: 15148
Author: steve.ebersole@jboss.com
Date: 29 Aug 2008 10:49:34
Changes:HHH-3454 : allow segment value default to be the entity table name
Files:| ... | ...@@ -128,7 +128,7 @@ | |
| 128 | 128 | public class TableGenerator extends TransactionHelper implements PersistentIdentifierGenerator, Configurable { |
| 129 | 129 | private static final Logger log = LoggerFactory.getLogger( TableGenerator.class ); |
| 130 | 130 | |
| 131 | public static final String CONFIG_PREFER_SEGMENT_PER_ENTITY = "hibernate.id.enhanced.table.prefer_segment_per_entity"; | |
| 131 | public static final String CONFIG_PREFER_SEGMENT_PER_ENTITY = "prefer_entity_table_as_segment_value"; | |
| 132 | 132 | |
| 133 | 133 | public static final String TABLE_PARAM = "table_name"; |
| 134 | 134 | public static final String DEF_TABLE = "hibernate_sequences"; |