File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
hibernate-core/src/main/java/org/hibernate/jpa Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 6666 * <li>JVM {@linkplain System#getProperties() system properties}, and
6767 * <li>properties specified in {@code hibernate.properties}.
6868 * </ul>
69+ * <p>
70+ * When {@linkplain org.hibernate.cfg.PersistenceSettings#SCANNER_DISCOVERY
71+ * entity discovery} is explicitly enabled, and {@code hibernate-scan-jandex}
72+ * or some other {@link org.hibernate.boot.archive.scan.spi.ScannerFactory}
73+ * service is available, the current working directly is scanned for entity
74+ * classes, alleviating the program of the need to call {@link #managedClass}.
6975 *
7076 * @apiNote The specification explicitly encourages implementors to extend
7177 * {@link PersistenceConfiguration} to accommodate vendor-specific
You can’t perform that action at this time.
0 commit comments