Package org.hibernate.cfg
Interface SecondPass
-
- All Superinterfaces:
SecondPass
,Serializable
@Deprecated(since="6", forRemoval=true) public interface SecondPass extends SecondPass
Deprecated, for removal: This API element is subject to removal in a future version.UseSecondPass
insteadHibernate 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
-
Methods inherited from interface org.hibernate.boot.spi.SecondPass
doSecondPass
-
-