All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.boot.archive.spi.package-info Maven / Gradle / Ivy

There is a newer version: 7.0.0.Alpha1
Show newest version
/*
 * Hibernate, Relational Persistence for Idiomatic Java
 *
 * License: GNU Lesser General Public License (LGPL), version 2.1 or later.
 * See the lgpl.txt file in the root directory or .
 */

/**
 * Defines the SPI for support of "scanning" of "archives".
 * 

* Scanning might mean:

    *
  • searching for classes/packages that define certain interfaces
  • *
  • locating named resources
  • *
* And "archive" might mean:
    *
  • a {@code .jar} file
  • *
  • an exploded directory
  • *
  • an OSGi bundle
  • *
  • etc
  • *
*/ package org.hibernate.boot.archive.spi;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy