Class JpaConstants


  • public final class JpaConstants
    extends Object
    Useful constants for JPA entity definitions.
    Author:
    Samarth Dhruva (samarthd)
    • 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 normal String fields.
        See Also:
        Constant Field Values