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
Fields 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.