Uses of Class
org.javalite.activejdbc.Configuration.PropertyName
-
Packages that use Configuration.PropertyName Package Description org.javalite.activejdbc ActiveJDBC - the agile Java ORM. -
-
Uses of Configuration.PropertyName in org.javalite.activejdbc
Methods in org.javalite.activejdbc that return Configuration.PropertyName Modifier and Type Method Description static Configuration.PropertyNameConfiguration.PropertyName. valueOf(String name)Returns the enum constant of this type with the specified name.static Configuration.PropertyName[]Configuration.PropertyName. values()Returns an array containing the constants of this enum type, in the order they are declared.
-