Class PersistenceObjectInstantiationPolicy

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

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

      • factory

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

      • PersistenceObjectInstantiationPolicy

        protected PersistenceObjectInstantiationPolicy()
      • PersistenceObjectInstantiationPolicy

        public PersistenceObjectInstantiationPolicy​(PersistenceObject factory)
    • Method Detail