You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param declaringType The type on which the "field" is declared
47
+
* @param modifierFlags The modifier flags (public, static, etc.) for the "field". Typically, callers should use {@linkplain org.hibernate.models.internal.ModifierUtils#DYNAMIC_ATTRIBUTE_MODIFIERS} when
48
+
* defining a field to be used as a {@linkplain MemberDetails#isPersistable() persistable} member.
49
+
* @param isArray Whether the "field" is an array
50
+
* @param isPlural Whether the "field" is plural
51
+
* @param buildingContext Context for the creation (access to useful information).
0 commit comments