mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-15 23:55:05 +00:00
Apply suggestions from code review
Co-authored-by: Steve Ebersole <steve@hibernate.org>
This commit is contained in:
parent
72c2559d39
commit
d30bf092aa
@ -54,7 +54,8 @@ public JdbcType getRecommendedJdbcType(JdbcTypeIndicators context) {
|
||||
}
|
||||
|
||||
public boolean hasManyValues() {
|
||||
return getJavaTypeClass().getEnumConstants().length > 128; // a bit arbitrary, but gives us some headroom
|
||||
// a bit arbitrary, but gives us some headroom
|
||||
return getJavaTypeClass().getEnumConstants().length > 128;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user