Uses of 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 RegistryRegistry. instance()static RegistryRegistry. valueOf(String name)Returns the enum constant of this type with the specified name.static Registry[]Registry. values()Returns an array containing the constants of this enum type, in the order they are declared.
-