Class SpringPersistenceUnitInfoRuntimeHints
java.lang.Object
org.springframework.orm.jpa.persistenceunit.SpringPersistenceUnitInfoRuntimeHints
- All Implemented Interfaces:
- RuntimeHintsRegistrar
RuntimeHintsRegistrar implementation that registers runtime hints for
the SpringPersistenceUnitInfo.- Since:
- 7.0
- Author:
- Brian Clozel
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidregisterHints(RuntimeHints hints, @Nullable ClassLoader classLoader) Contribute hints to the givenRuntimeHintsinstance.
- 
Constructor Details- 
SpringPersistenceUnitInfoRuntimeHintspublic SpringPersistenceUnitInfoRuntimeHints()
 
- 
- 
Method Details- 
registerHintsDescription copied from interface:RuntimeHintsRegistrarContribute hints to the givenRuntimeHintsinstance.- Specified by:
- registerHintsin interface- RuntimeHintsRegistrar
- Parameters:
- hints- the hints contributed so far for the deployment unit
- classLoader- the ClassLoader to use, or- nullfor the default
 
 
-