com.mysema.query.sql
Class PrimaryKey<E>

java.lang.Object
  extended by com.mysema.query.sql.PrimaryKey<E>

@Immutable
public class PrimaryKey<E>
extends Object

PrimaryKey defines a primary key on table

Author:
tiwe

Constructor Summary
PrimaryKey(RelationalPath<?> entity, List<? extends Path<?>> localColumns)
           
PrimaryKey(RelationalPath<?> entity, Path<?>... localColumns)
           
 
Method Summary
 RelationalPath<?> getEntity()
           
 List<? extends Path<?>> getLocalColumns()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimaryKey

public PrimaryKey(RelationalPath<?> entity,
                  Path<?>... localColumns)

PrimaryKey

public PrimaryKey(RelationalPath<?> entity,
                  List<? extends Path<?>> localColumns)
Method Detail

getEntity

public RelationalPath<?> getEntity()

getLocalColumns

public List<? extends Path<?>> getLocalColumns()


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.