org.apache.openjpa.jdbc.schema
Class XMLSchemaParser.UniqueInfo

java.lang.Object
  extended by org.apache.openjpa.jdbc.schema.XMLSchemaParser.UniqueInfo
Enclosing class:
XMLSchemaParser

public static class XMLSchemaParser.UniqueInfo
extends java.lang.Object

Used to hold unique constraint info before it is resolved.


Field Summary
 java.util.Collection cols
           
 Unique unq
           
 
Constructor Summary
XMLSchemaParser.UniqueInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unq

public Unique unq

cols

public java.util.Collection cols
Constructor Detail

XMLSchemaParser.UniqueInfo

public XMLSchemaParser.UniqueInfo()