public class

AnnotationDAOFactoryImpl

extends Object
implements AnnotationDAOFactory EntityManagerFactoryAspect
java.lang.Object
   ↳ vars.annotation.jpa.AnnotationDAOFactoryImpl

Class Overview

Created by IntelliJ IDEA. User: brian Date: Aug 11, 2009 Time: 9:30:45 AM To change this template use File | Settings | File Templates.

Summary

Public Constructors
AnnotationDAOFactoryImpl(EntityManagerFactory entityManagerFactory, AnnotationFactory annotationFactory)
Constructs ...
Public Methods
EntityManagerFactory getEntityManagerFactory()
AssociationDAO newAssociationDAO()
AssociationDAO newAssociationDAO(EntityManager entityManager)
CameraDataDAO newCameraDataDAO()
CameraDataDAO newCameraDataDAO(EntityManager entityManager)
CameraDeploymentDAO newCameraDeploymentDAO()
CameraDeploymentDAO newCameraDeploymentDAO(EntityManager entityManager)
DAO newDAO()
DAO newDAO(EntityManager entityManager)
ObservationDAO newObservationDAO()
ObservationDAO newObservationDAO(EntityManager entityManager)
PhysicalDataDAO newPhysicalDataDAO()
PhysicalDataDAO newPhysicalDataDAO(EntityManager entityManager)
VideoArchiveDAO newVideoArchiveDAO()
VideoArchiveDAO newVideoArchiveDAO(EntityManager entityManager)
VideoArchiveSetDAO newVideoArchiveSetDAO()
VideoArchiveSetDAO newVideoArchiveSetDAO(EntityManager entityManager)
VideoFrameDAO newVideoFrameDAO()
VideoFrameDAO newVideoFrameDAO(EntityManager entityManager)
[Expand]
Inherited Methods
From class java.lang.Object
From interface vars.annotation.AnnotationDAOFactory
From interface vars.jpa.EntityManagerFactoryAspect

Public Constructors

public AnnotationDAOFactoryImpl (EntityManagerFactory entityManagerFactory, AnnotationFactory annotationFactory)

Constructs ...

Public Methods

public EntityManagerFactory getEntityManagerFactory ()

public AssociationDAO newAssociationDAO ()

public AssociationDAO newAssociationDAO (EntityManager entityManager)

public CameraDataDAO newCameraDataDAO ()

public CameraDataDAO newCameraDataDAO (EntityManager entityManager)

public CameraDeploymentDAO newCameraDeploymentDAO ()

public CameraDeploymentDAO newCameraDeploymentDAO (EntityManager entityManager)

public DAO newDAO ()

public DAO newDAO (EntityManager entityManager)

public ObservationDAO newObservationDAO ()

public ObservationDAO newObservationDAO (EntityManager entityManager)

public PhysicalDataDAO newPhysicalDataDAO ()

public PhysicalDataDAO newPhysicalDataDAO (EntityManager entityManager)

public VideoArchiveDAO newVideoArchiveDAO ()

public VideoArchiveDAO newVideoArchiveDAO (EntityManager entityManager)

public VideoArchiveSetDAO newVideoArchiveSetDAO ()

public VideoArchiveSetDAO newVideoArchiveSetDAO (EntityManager entityManager)

public VideoFrameDAO newVideoFrameDAO ()

public VideoFrameDAO newVideoFrameDAO (EntityManager entityManager)