Uses of Class
net.sf.jkniv.sqlegance.RepositoryType
-
Packages that use RepositoryType Package Description net.sf.jkniv.sqlegance net.sf.jkniv.sqlegance.builder -
-
Uses of RepositoryType in net.sf.jkniv.sqlegance
Methods in net.sf.jkniv.sqlegance that return RepositoryType Modifier and Type Method Description static RepositoryTypeRepositoryType. get(String s)Return the type of repository, default is JDBCstatic RepositoryTypeRepositoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static RepositoryType[]RepositoryType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RepositoryType in net.sf.jkniv.sqlegance.builder
Methods in net.sf.jkniv.sqlegance.builder that return RepositoryType Modifier and Type Method Description RepositoryTypeRepositoryConfig. getRepositoryType()
-