|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdaoexamples.movie.MovieDAOFactory
Normally, a DAO factory class contains
only one public "getFooDAO" method. This class provides
two "get" methods because we want this factory to expose
both of the MovieDAO
implementations.
Constructor Summary | |
private |
MovieDAOFactory()
|
Method Summary | |
static MovieDAO |
getMovieDAO_JTA()
|
static MovieDAO |
getMovieDAO()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
private MovieDAOFactory()
Method Detail |
public static MovieDAO getMovieDAO()
getMovieDAO_JTA()
public static MovieDAO getMovieDAO_JTA()
getMovieDAO()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |