Class IndexOrUniqueKeySecondPass
java.lang.Object
org.hibernate.boot.model.internal.IndexOrUniqueKeySecondPass
- All Implemented Interfaces:
Serializable
,SecondPass
- See Also:
-
Constructor Summary
ConstructorDescriptionIndexOrUniqueKeySecondPass
(String indexName, AnnotatedColumn column, MetadataBuildingContext buildingContext, boolean unique) Build an index if unique is false or a Unique Key if unique is trueIndexOrUniqueKeySecondPass
(Table table, String indexName, String[] columns, MetadataBuildingContext buildingContext) Build an index -
Method Summary
Modifier and TypeMethodDescriptionvoid
doSecondPass
(Map<String, PersistentClass> persistentClasses) Perform the operation
-
Constructor Details
-
IndexOrUniqueKeySecondPass
public IndexOrUniqueKeySecondPass(Table table, String indexName, String[] columns, MetadataBuildingContext buildingContext) Build an index -
IndexOrUniqueKeySecondPass
public IndexOrUniqueKeySecondPass(String indexName, AnnotatedColumn column, MetadataBuildingContext buildingContext, boolean unique) Build an index if unique is false or a Unique Key if unique is true
-
-
Method Details
-
doSecondPass
Description copied from interface:SecondPass
Perform the operation- Specified by:
doSecondPass
in interfaceSecondPass
- Throws:
MappingException
-