Details
-
New Feature
-
Status: Closed
-
Trivial
-
Resolution: Won't Do
-
2.0.0-M6
-
None
-
None
Description
@Column(length = LogicalTypeName.MAX_LEN, allowsNull = "true") @Property(maxLength = LogicalTypeName.MAX_LEN, optionality = OPTIONAL) @PropertyLayout @Parameter(maxLength = LogicalTypeName.MAX_LEN, optionality = OPTIONAL) @ParameterLayout @Target({ METHOD, FIELD, PARAMETER, ANNOTATION_TYPE }) @Retention(RUNTIME) public @interface LogicalTypeName { int MAX_LEN = 254; }