JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
org.javalite.activejdbc.Registry
Packages that use
Registry
Package
Description
org.javalite.activejdbc
ActiveJDBC - the agile Java ORM.
Uses of
Registry
in
org.javalite.activejdbc
Methods in
org.javalite.activejdbc
that return
Registry
Modifier and Type
Method
Description
static
Registry
Registry.
instance
()
static
Registry
Registry.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Registry
[]
Registry.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.