Class HibernateAnyTypeDao

    • Constructor Detail

      • HibernateAnyTypeDao

        public HibernateAnyTypeDao()
        Deprecated.
    • Method Detail

      • findByHandle

        public @Nullable Object findByHandle​(Handle handle)
        Deprecated.
        Description copied from interface: AnyTypeDao
        Find a persistent object by its handle.
        Specified by:
        findByHandle in interface AnyTypeDao
        Parameters:
        handle - the handle
        Returns:
        a persistent object by its handle.
      • getByIdAndType

        public Object getByIdAndType​(long id,
                                     Class type)
        Deprecated.
        Description copied from interface: AnyTypeDao
        Find a persistent object by its id and type.
        Specified by:
        getByIdAndType in interface AnyTypeDao
        Returns:
        a persistent object by its handle.
      • findByIdsAndClassName

        public List findByIdsAndClassName​(List<Long> ids,
                                          String className)
        Deprecated.
        Description copied from interface: AnyTypeDao
        Find a list of objects from the same persistent class.
        Specified by:
        findByIdsAndClassName in interface AnyTypeDao
        className - the persistent class's fully qualified class name.
      • findAllPersistentObjects

        public List findAllPersistentObjects()
        Deprecated.
        Description copied from interface: AnyTypeDao
        Finds all persistent objects.
        Specified by:
        findAllPersistentObjects in interface AnyTypeDao
        Returns:
        all persistent objects.
      • findAllPersistentObjectsHandles

        public List<Handle> findAllPersistentObjectsHandles()
        Deprecated.
        Description copied from interface: AnyTypeDao
        Finds handles for all persistent objects.
        Specified by:
        findAllPersistentObjectsHandles in interface AnyTypeDao
        Returns:
        handles for all persistent objects.
      • getPersistentClass

        public Class getPersistentClass()
        Deprecated.
      • setExcludedClassesForRetrievingAllObjects

        public void setExcludedClassesForRetrievingAllObjects​(Set excludedClassesForRetrievingAllObjects)
        Deprecated.