HHH-9485 - Duplicate Property with AccessType.PROPERTY and MappedSuperclass

This commit is contained in:
Steve Ebersole 2016-01-13 12:28:58 -06:00
parent 6c7f3ef25b
commit ef23be0e62
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
*/ */
package org.hibernate.test.annotations.override; package org.hibernate.test.annotations.override;
import javax.persistence.AttributeOverride;
import javax.persistence.Entity; import javax.persistence.Entity;
import javax.persistence.Id; import javax.persistence.Id;
import javax.persistence.MappedSuperclass; import javax.persistence.MappedSuperclass;