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 Details

    • 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 normal String fields.
      See Also: