org.hibernate.resource.beans.package-info Maven / Gradle / Ivy
/*
* 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 Hibernate's integration with CDI. Because CDI may or may not be available
* a lot of this support is directed toward abstracting/encapsulating CDI. The
* central contracts here from a consumption point-of-view are
* {@link org.hibernate.resource.beans.spi.ManagedBean} and
* {@link org.hibernate.resource.beans.spi.ManagedBeanRegistry} which may or may not
* really be backed by CDI.
*/
package org.hibernate.resource.beans;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy