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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterHints(RuntimeHints hints, @Nullable ClassLoader classLoader) Contribute hints to the givenRuntimeHintsinstance.
-
Constructor Details
-
springPersistenceUnitInfoRuntimeHints
public springPersistenceUnitInfoRuntimeHints()
-
-
Method Details
-
registerHints
Description copied from interface:RuntimeHintsRegistrarContribute hints to the givenRuntimeHintsinstance.- Specified by:
registerHintsin interfaceRuntimeHintsRegistrar- Parameters:
hints- the hints contributed so far for the deployment unitclassLoader- the ClassLoader to use, ornullfor the default
-