Uses of Enum Class
info.ejava.examples.db.jpa.songs.dao.JdbcSongDAO.Dialect
Packages that use JdbcSongDAO.Dialect
-
Uses of JdbcSongDAO.Dialect in info.ejava.examples.db.jpa.songs.dao
Subclasses with type arguments of type JdbcSongDAO.Dialect in info.ejava.examples.db.jpa.songs.daoFields in info.ejava.examples.db.jpa.songs.dao declared as JdbcSongDAO.DialectMethods in info.ejava.examples.db.jpa.songs.dao that return JdbcSongDAO.DialectModifier and TypeMethodDescriptionstatic JdbcSongDAO.DialectReturns the enum constant of this class with the specified name.static JdbcSongDAO.Dialect[]JdbcSongDAO.Dialect.values()Returns an array containing the constants of this enum class, in the order they are declared.