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

org.hibernate.bytecode.package-info Maven / Gradle / Ivy

There is a newer version: 6.6.2.Final
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 .
 */

/**
 * This package defines an SPI for integrating bytecode libraries with Hibernate.
 * A bytecode library is used for:
 * 
    *
  1. * Reflection optimization - to speed up the performance of entity * and component construction and field/property access, *
  2. *
  3. * Proxy generation - runtime building of proxies used to defer * loading of lazy entities, and *
  4. *
  5. * Field-level interception - build-time instrumentation of entity * classes for the purpose of intercepting field-level access, for both * lazy loading and dirty tracking. *
  6. *
*/ package org.hibernate.bytecode;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy