Index
All Classes and Interfaces|All Packages
A
- add(Instance) - Static method in class com.github.perdia.queries.storage.AllInstances
-
Method for adding an Instance object to the ArrayList containing all the Instance objects.
- add(Template) - Static method in class com.github.perdia.queries.storage.AllTemplates
-
Method for adding a Template object to the ArrayList containing all the Template objects.
- addEntries(HashMap<String, DataEntry>) - Method in class com.github.perdia.queries.Template
-
Adds all the entries contained in the given hashmap to the template.
- addEntry(String, DataEntry) - Method in class com.github.perdia.queries.Template
-
Adds an entry with the given name and data entry (which includes a datatype and starting value) to the template.
- addEntry(String, DataType, Object) - Method in class com.github.perdia.queries.Template
-
Adds an entry with the given name, datatype and starting value to the template.
- AllInstances - Class in com.github.perdia.queries.storage
-
Class for storing all existing instances in the database on the ORM-side.
- AllInstances() - Constructor for class com.github.perdia.queries.storage.AllInstances
- AllTemplates - Class in com.github.perdia.queries.storage
-
Class for storing all existing templates in the database on the ORM-side.
- AllTemplates() - Constructor for class com.github.perdia.queries.storage.AllTemplates
All Classes and Interfaces|All Packages