com.mysema.query.sql
Class PrimaryKey<E>
java.lang.Object
  
com.mysema.query.sql.PrimaryKey<E>
@Immutable
public class PrimaryKey<E>
- extends Object
 
PrimaryKey defines a primary key on table
- Author:
 
  - tiwe
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PrimaryKey
public PrimaryKey(RelationalPath<?> entity,
                  Path<?>... localColumns)
PrimaryKey
public PrimaryKey(RelationalPath<?> entity,
                  List<? extends Path<?>> localColumns)
getEntity
public RelationalPath<?> getEntity()
 
getLocalColumns
public List<? extends Path<?>> getLocalColumns()
 
Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.