Package io.ebean.util

Class SplitName

java.lang.Object
io.ebean.util.SplitName

public class SplitName
extends Object
Helper for dot notation property paths.
  • Constructor Details

  • Method Details

    • add

      public static String add​(String prefix, String name)
      Add the two name sections together in dot notation.
    • count

      public static int count​(String name)
      Return the number of occurrences of char in name.
    • parent

      public static String parent​(String name)
      Return the parent part of the path.
    • split

      public static String[] split​(String name)
      Return the name split by last.
    • begin

      public static String begin​(String name)
      Return the first part of the name.
    • splitBegin

      public static String[] splitBegin​(String name)