public class

VideoFrameDAOImpl

extends DAO
implements VideoFrameDAO
java.lang.Object
   ↳ vars.jpa.DAO
     ↳ vars.annotation.jpa.VideoFrameDAOImpl

Class Overview

Created by IntelliJ IDEA. User: brian Date: Aug 7, 2009 Time: 4:42:01 PM To change this template use File | Settings | File Templates.

Summary

[Expand]
Inherited Fields
From class vars.jpa.DAO
Public Constructors
VideoFrameDAOImpl(EntityManager entityManager)
Public Methods
Set<VideoFrame> findAllByVideoArchivePrimaryKey(Object primaryKey)
VideoFrame findByPrimaryKey(Object primaryKey)
[Expand]
Inherited Methods
From class vars.jpa.DAO
From class java.lang.Object
From interface vars.DAO
From interface vars.annotation.VideoFrameDAO
From interface vars.jpa.EntityManagerAspect

Public Constructors

public VideoFrameDAOImpl (EntityManager entityManager)

Public Methods

public Set<VideoFrame> findAllByVideoArchivePrimaryKey (Object primaryKey)

public VideoFrame findByPrimaryKey (Object primaryKey)