Module org.eclipse.persistence.core
Class CoreAttributeConverter
java.lang.Object
org.eclipse.persistence.internal.core.queries.CoreAttributeConverter
INTERNAL:
AttributeGroup attribute names converter.
-
Method Summary
-
Method Details
-
convert
INTERNAL: Splits givennameOrPath[0]
argument around'.'
character whennameOrPath.length
is equal to 1. Arrays ofnameOrPath
containing more than one element are only validated an passed without any changes. Zero length arrays are considered as invalid.- Parameters:
nameOrPath
-String
to be split.- Returns:
- An array of
String
s computed by splitting providednameOrPath[0]
argument around'.'
character. - Throws:
IllegalArgumentException
- IfnameOrPath
argument isnull
or any element to be returned after split isnull
, empty or contains whitespace at the beginning or end.
-