Class JpaConstants
java.lang.Object
com.broadleafcommerce.scheduledjob.provider.jpa.support.JpaConstants
Useful constants for JPA entity definitions.
- Author:
- Samarth Dhruva (samarthd)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The MySQL "text" length, generally should be used to define lengths of slightly-larger than normalString
fields. -
Method Summary
-
Field Details
-
MYSQL_TEXT_LENGTH
public static final int MYSQL_TEXT_LENGTHThe MySQL "text" length, generally should be used to define lengths of slightly-larger than normalString
fields.- See Also:
-