org.hibernate.bytecode.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of beangle-hibernate-core Show documentation
Show all versions of beangle-hibernate-core Show documentation
Hibernate Orm Core Shade,Support Scala Collection
/*
* 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 .
*/
/**
* This package defines an SPI for integrating bytecode libraries with Hibernate.
* A bytecode library is used for:
*
* -
* Reflection optimization - to speed up the performance of entity
* and component construction and field/property access,
*
* -
* Proxy generation - runtime building of proxies used to defer
* loading of lazy entities, and
*
* -
* Field-level interception - build-time instrumentation of entity
* classes for the purpose of intercepting field-level access, for both
* lazy loading and dirty tracking.
*
*
*/
package org.hibernate.bytecode;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy