Class BindMaxLength.Standard

java.lang.Object
io.ebeaninternal.server.deploy.BindMaxLength.Standard
All Implemented Interfaces:
BindMaxLength
Enclosing interface:
BindMaxLength

public static final class BindMaxLength.Standard extends Object implements BindMaxLength
Standard string length implementation.
  • Constructor Details

    • Standard

      public Standard()
  • Method Details

    • length

      public long length(int dbLength, Object obj)
      Description copied from interface: BindMaxLength
      Return the length of the object.
      Specified by:
      length in interface BindMaxLength