Package org.eclipse.persistence.internal.jpa.weaving


package org.eclipse.persistence.internal.jpa.weaving
  • Classes
    Class
    Description
    The abstract class provides a set of methods to out outputs into the sepcified archive file.
    INTERNAL: Internal helper class that holds details of a persistent attribute.
    Internal helper class that holds details of a persistent class.
    INTERNAL: Weaves classes to allow them to support EclipseLink indirection.
    Processes all the methods of a class to weave in persistence code such as, lazy value holder, change tracking and fetch groups.
    INTERNAL: This class performs dynamic byte code weaving: for each attribute mapped with One To One mapping with Basic Indirection it substitutes the original attribute's type for ValueHolderInterface.
    The class provides a set of methods to pack passed-in entries into the sepcified archive file.
    The class provides a set of methods to pack passing in entries into the sepcified archive file.
    This class creates a ClassFileTransformer that is used for dynamic bytecode weaving.