java.lang.Object
io.ebean.util.SplitName
Helper for dot notation property paths.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringAdd the two name sections together in dot notation.static StringReturn the first part of the name.static intReturn the number of occurrences of char in name.static StringReturn the parent part of the path.static String[]Return the name split by last.static String[]splitBegin(String name)
-
Constructor Details
-
SplitName
public SplitName()
-
-
Method Details
-
add
Add the two name sections together in dot notation. -
count
Return the number of occurrences of char in name. -
parent
Return the parent part of the path. -
split
Return the name split by last. -
begin
Return the first part of the name. -
splitBegin
-