|
||||||||||
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<Expr<?>> |
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 |
Methods inherited from interface com.mysema.query.types.Path |
---|
asExpr, getAnnotatedElement, getMetadata, getRoot, getType, isNotNull, isNull |
Method Detail |
---|
List<Expr<?>> 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 |