org.apache.openjpa.persistence.util
Class ReservedWords
java.lang.Object
   org.apache.openjpa.persistence.util.ReservedWords
org.apache.openjpa.persistence.util.ReservedWords
- public class ReservedWords 
- extends Object
Utility to test validity of identifier or parameter name.
- Since:
- 2.0.0
- Author:
- Pinaki Poddar
 
 
| Method Summary | 
| static Character | hasSpecialCharacter(String name)Returns the special character contained in the given name if any.
 | 
| static boolean | isKeyword(String name)Affirms if the given string matches any of the JPA reserved words in a case-insensitive manner.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KEYWORDS
public static final Set<String> KEYWORDS
ReservedWords
public ReservedWords()
isKeyword
public static boolean isKeyword(String name)
- Affirms if the given string matches any of the JPA reserved words in a case-insensitive manner.
 
- 
 
hasSpecialCharacter
public static Character hasSpecialCharacter(String name)
- Returns the special character contained in the given name if any.
 
- 
- Returns:
- null if no character in the given name is a special character.
 
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.