Class PersistenceObjectInstantiationPolicy

All Implemented Interfaces:
Serializable, Cloneable

public class PersistenceObjectInstantiationPolicy extends InstantiationPolicy
Used with weaving to create "empty" instances without using reflection.
See Also:
  • Field Details

    • factory

      protected PersistenceObject factory
      The factory is an instance of the domain class.
  • Constructor Details

    • PersistenceObjectInstantiationPolicy

      protected PersistenceObjectInstantiationPolicy()
    • PersistenceObjectInstantiationPolicy

      public PersistenceObjectInstantiationPolicy(PersistenceObject factory)
  • Method Details