public interface EclipseLinkSemanticValidatorExtension
Modifier and Type | Field and Description |
---|---|
static EclipseLinkSemanticValidatorExtension |
NULL_EXTENSION
A
null -instance of this extension. |
Modifier and Type | Method and Description |
---|---|
boolean |
columnExists(String tableName,
String columnName)
Determines whether the column with the given name exists or not in the table with the given name.
|
String |
getEntityTable(String entityName)
Returns the name of the primary table defined for the entity with the given name.
|
boolean |
tableExists(String tableName)
Determines whether the table with the given exists or not.
|
static final EclipseLinkSemanticValidatorExtension NULL_EXTENSION
null
-instance of this extension.boolean columnExists(String tableName, String columnName)
tableName
- The name of the table to look for the columncolumnName
- The name of the column to determine its existencetrue
if the column exists; false
otherwiseString getEntityTable(String entityName)
entityName
- The name of the entityboolean tableExists(String tableName)
tableName
- The name of the table to determine its existencetrue
if the table exists; false
otherwiseCopyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.