Skip to content

Commit 2813172

Browse files
committed
#84 - DynamicFieldDetails should always return true for isPersistable
1 parent 696a16e commit 2813172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/hibernate/models/internal/dynamic/DynamicFieldDetails.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import java.util.Map;
1313

1414
import org.hibernate.models.IllegalCastException;
15+
import org.hibernate.models.internal.ModifierUtils;
1516
import org.hibernate.models.spi.AnnotationDescriptor;
1617
import org.hibernate.models.spi.ClassDetails;
1718
import org.hibernate.models.spi.FieldDetails;

0 commit comments

Comments
 (0)