public interface NameChecker
Modifier and Type | Method and Description |
---|---|
String |
baseName()
Returns a base default name, like "UntitledEntity", etc.
|
boolean |
isNameInUse(Object namingContext,
String name)
Checks if the name is already taken by another sibling in the same
context.
|
Copyright © 2001–2015 Apache Cayenne. All rights reserved.