Uses of Enum Class
sportsDAO.PersistenceKind
Package
Description
Les DAO d'accès aux donnéee avec leurs fabriques en fonction
du choix du support de persistance.
-
Uses of PersistenceKind in sportsDAO
Modifier and TypeMethodDescriptionstatic PersistenceKind
Returns the enum constant of this class with the specified name.static PersistenceKind[]
PersistenceKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic SportsDAOFactory
AbstractDAOFactory.getDAOFactory
(PersistenceKind type) Renvoie la fabrique concrète de DAO en fonction du support de persistance.