Interface PersistenceDao

All Known Implementing Classes:
PersistenceDaoOjb, PersistenceDaoProxy

@Deprecated public interface PersistenceDao
Deprecated.
use new KRAD Data framework DataObjectService
  • Method Details

    • clearCache

      void clearCache()
      Deprecated.
    • resolveProxy

      Object resolveProxy(Object o)
      Deprecated.
    • retrieveAllReferences

      void retrieveAllReferences(Object o)
      Deprecated.
    • retrieveReference

      void retrieveReference(Object o, String referenceName)
      Deprecated.
    • isProxied

      boolean isProxied(Object object)
      Deprecated.
      Determines if the given object is proxied by the ORM or not
      Parameters:
      object - the object to determine if it is a proxy
      Returns:
      true if the object is an ORM proxy; false otherwise