public interface RelationalPath<T> extends EntityPath<T>, ProjectionRole<T>
EntityPath
to provide access to relational metadataModifier and Type | Method and Description |
---|---|
java.util.List<Path<?>> |
getColumns()
Get all columns
|
java.util.Collection<ForeignKey<?>> |
getForeignKeys()
Get the foreign keys for this relation
|
java.util.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
|
java.lang.String |
getSchemaName()
Get the schema name
|
java.lang.String |
getTableName()
Get the table name
|
getAnnotatedElement, getMetadata, getRoot
accept, getType
getProjection
java.lang.String getSchemaName()
java.lang.String getTableName()
java.util.List<Path<?>> getColumns()
@Nullable PrimaryKey<T> getPrimaryKey()
java.util.Collection<ForeignKey<?>> getForeignKeys()
java.util.Collection<ForeignKey<?>> getInverseForeignKeys()
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.