org.hibernate.cfg
Class IndexOrUniqueKeySecondPass
java.lang.Object
org.hibernate.cfg.IndexOrUniqueKeySecondPass
- All Implemented Interfaces:
- Serializable, org.hibernate.cfg.SecondPass
public class IndexOrUniqueKeySecondPass
- extends Object
- implements org.hibernate.cfg.SecondPass
- Author:
- Emmanuel Bernard
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexOrUniqueKeySecondPass
public IndexOrUniqueKeySecondPass(org.hibernate.mapping.Table table,
String indexName,
String[] columns,
ExtendedMappings mappings)
- Build an index
IndexOrUniqueKeySecondPass
public IndexOrUniqueKeySecondPass(String indexName,
Ejb3Column column,
ExtendedMappings mappings)
- Build an index
IndexOrUniqueKeySecondPass
public IndexOrUniqueKeySecondPass(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(Map persistentClasses)
throws org.hibernate.MappingException
- Specified by:
doSecondPass
in interface org.hibernate.cfg.SecondPass
- Throws:
org.hibernate.MappingException