|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RelationalPath<T>
RelationalPath extends EntityPath to provide access to relational metadata
Method Summary | |
---|---|
List<Path<?>> |
getColumns()
Get all columns |
Collection<ForeignKey<?>> |
getForeignKeys()
Get the foreign keys for this relation |
Collection<ForeignKey<?>> |
getInverseForeignKeys()
Get the inverse foreign keys for this relation |
PrimaryKey<T> |
getPrimaryKey()
Get the primary key for this relation or null if none exists |
String |
getTableName()
Get the table name |
Methods inherited from interface com.mysema.query.types.Path |
---|
getAnnotatedElement, getMetadata, getRoot |
Methods inherited from interface com.mysema.query.types.Expression |
---|
accept, getType |
Method Detail |
---|
String getTableName()
List<Path<?>> getColumns()
@Nullable PrimaryKey<T> getPrimaryKey()
Collection<ForeignKey<?>> getForeignKeys()
Collection<ForeignKey<?>> getInverseForeignKeys()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |