|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mysema.query.sql.PrimaryKey<E>
@Immutable public class PrimaryKey<E>
PrimaryKey defines a primary key on table
| Constructor Summary | |
|---|---|
PrimaryKey(RelationalPath<?> entity,
java.util.List<? extends Path<?>> localColumns)
|
|
PrimaryKey(RelationalPath<?> entity,
Path<?>... localColumns)
|
|
| Method Summary | |
|---|---|
RelationalPath<?> |
getEntity()
|
java.util.List<? extends Path<?>> |
getLocalColumns()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrimaryKey(RelationalPath<?> entity,
Path<?>... localColumns)
public PrimaryKey(RelationalPath<?> entity,
java.util.List<? extends Path<?>> localColumns)
| Method Detail |
|---|
public RelationalPath<?> getEntity()
public java.util.List<? extends Path<?>> getLocalColumns()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||