org.hibernate.cfg
Class IndexOrUniqueKeySecondPass
java.lang.Object
org.hibernate.cfg.IndexOrUniqueKeySecondPass
- All Implemented Interfaces:
- java.io.Serializable, SecondPass
public class IndexOrUniqueKeySecondPass
- extends java.lang.Object
- implements SecondPass
- Author:
- Emmanuel Bernard
- See Also:
- Serialized Form
Method Summary |
void |
doSecondPass(java.util.Map persistentClasses)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexOrUniqueKeySecondPass
public IndexOrUniqueKeySecondPass(Table table,
java.lang.String indexName,
java.lang.String[] columns,
ExtendedMappings mappings)
- Build an index
IndexOrUniqueKeySecondPass
public IndexOrUniqueKeySecondPass(java.lang.String indexName,
Ejb3Column column,
ExtendedMappings mappings)
- Build an index
IndexOrUniqueKeySecondPass
public IndexOrUniqueKeySecondPass(java.lang.String indexName,
Ejb3Column column,
ExtendedMappings mappings,
boolean unique)
- Build an index if unique is false or a Unique Key if unique is true
doSecondPass
public void doSecondPass(java.util.Map persistentClasses)
throws MappingException
- Specified by:
doSecondPass
in interface SecondPass
- Throws:
MappingException
Copyright © 2010. All Rights Reserved.