public class KeyInfo
extends Object 
- 
Constructor SummaryConstructors 
KeyInfo(boolean primary,
 Property<?> property,
 String name,
 int order,
 boolean unique,
 boolean autoIncrement)
  
 
- 
Method Summary
      boolean
   boolean
   boolean
   int
   
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
KeyInfopublic KeyInfo(boolean primary,
 Property<?> property,
 String name,
 int order,
 boolean unique,
 boolean autoIncrement) 
 
- 
Method Details
- 
isPrimarypublic boolean isPrimary() 
- 
- 
- 
- 
- 
isUniquepublic boolean isUnique() 
- 
isAutoIncrementpublic boolean isAutoIncrement()