View | Details | Raw Unified | Return to bug 234667
Collapse All | Expand All

(-)src/org/eclipse/jpt/core/internal/context/orm/GenericOrmIdMapping.java (-1 / +1 lines)
Lines 178-184 Link Here
178
		OrmTableGenerator oldTableGenerator = this.tableGenerator;
178
		OrmTableGenerator oldTableGenerator = this.tableGenerator;
179
		this.tableGenerator = null;
179
		this.tableGenerator = null;
180
		this.getAttributeMapping().setTableGenerator(null);
180
		this.getAttributeMapping().setTableGenerator(null);
181
		firePropertyChanged(SEQUENCE_GENERATOR_PROPERTY, oldTableGenerator, null);	
181
		firePropertyChanged(TABLE_GENERATOR_PROPERTY, oldTableGenerator, null);	
182
	}
182
	}
183
	
183
	
184
	public OrmTableGenerator getTableGenerator() {
184
	public OrmTableGenerator getTableGenerator() {

Return to bug 234667