java.lang.Object
io.ebean.util.SplitName
Helper for dot notation property paths.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Add the two name sections together in dot notation.static String
Return the first part of the name.static int
Return the number of occurrences of char in name.static String
Return 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
-