Interface EntityTableChecker
-
public interface EntityTableChecker
Check if the given table is a "main" table in the sense that it represents an entity. In terms of JPA: the corresponding Java class is annotated with @Entity.© 2012-2034 akquinet tech@spree
- Author:
- M. Dahm
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isEntityTable(TableMetaData tableMetaData)
-
-
-
Method Detail
-
isEntityTable
boolean isEntityTable(TableMetaData tableMetaData)
- Returns:
- true if the given table is a "main" table in the sense that it represents an entity. In terms of JPA: the corresponding Java class is annotated with @Entity.
-
-