public class ReservedWords extends Object
Constructor and Description |
---|
ReservedWords() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static boolean isKeyword(String name)
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.