Class JpaConstants
- java.lang.Object
-
- com.broadleafcommerce.scheduledjob.provider.jpa.support.JpaConstants
-
public final class JpaConstants extends Object
Useful constants for JPA entity definitions.- Author:
- Samarth Dhruva (samarthd)
-
-
Field Summary
Fields Modifier and Type Field Description static int
MYSQL_TEXT_LENGTH
The MySQL "text" length, generally should be used to define lengths of slightly-larger than normalString
fields.
-
-
-
Field Detail
-
MYSQL_TEXT_LENGTH
public static final int MYSQL_TEXT_LENGTH
The MySQL "text" length, generally should be used to define lengths of slightly-larger than normalString
fields.- See Also:
- Constant Field Values
-
-