Package org.hibernate.boot.spi
Interface SecondPass
- All Superinterfaces:
Serializable
Hibernate builds its build-time model
incrementally, often delaying operations until other pieces of information
are available. A second pass represents one of these delayed operations.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doSecondPass
(Map<String, PersistentClass> persistentClasses) Perform the operation
-
Method Details
-
doSecondPass
Perform the operation- Throws:
MappingException
-