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 intThe MySQL "text" length, generally should be used to define lengths of slightly-larger than normalStringfields. - 
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 normalStringfields.- See Also:
 
 
 -