A C G I M P R S T 

A

addColumn(String, String, Class<?>) - Method in interface com.brotherlogic.simplestore.Mapper
 
addColumn(String, String, Class<?>) - Method in class com.brotherlogic.simplestore.postgres.PgMapper
Adds a column to the table.
adjust(Map<String, Object>) - Method in class com.brotherlogic.simplestore.Table
 

C

checkAndCreateTable(String) - Method in class com.brotherlogic.simplestore.postgres.PgRunner
 
com.brotherlogic.simplestore - package com.brotherlogic.simplestore
 
com.brotherlogic.simplestore.postgres - package com.brotherlogic.simplestore.postgres
 
Converter - Class in com.brotherlogic.simplestore
 
Converter() - Constructor for class com.brotherlogic.simplestore.Converter
 

G

getClasses(Class<?>) - Method in class com.brotherlogic.simplestore.Converter
Converts an object to a property mapping.
getColumnType(Class<?>) - Method in class com.brotherlogic.simplestore.postgres.PgRunner
 
getPreparedStatement(String, Object[]) - Method in class com.brotherlogic.simplestore.postgres.PgRunner
 
getProperties(Object) - Method in class com.brotherlogic.simplestore.Converter
Converts an object to a property mapping.
getProperties(String) - Method in interface com.brotherlogic.simplestore.Mapper
 
getProperties(String) - Method in class com.brotherlogic.simplestore.postgres.PgMapper
 
getTable(Class<?>) - Method in class com.brotherlogic.simplestore.SimpleStorage
 
getTableColumns(String) - Method in class com.brotherlogic.simplestore.postgres.PgRunner
Gets the columns in the table.
getValues(Field[], Object) - Method in class com.brotherlogic.simplestore.Converter
 

I

insert(String, Object[]) - Method in class com.brotherlogic.simplestore.postgres.PgRunner
Runs an insert command.

M

Mapper - Interface in com.brotherlogic.simplestore
 

P

PgMapper - Class in com.brotherlogic.simplestore.postgres
 
PgMapper(PgRunner) - Constructor for class com.brotherlogic.simplestore.postgres.PgMapper
 
PgRunner - Class in com.brotherlogic.simplestore.postgres
 
PgRunner(String) - Constructor for class com.brotherlogic.simplestore.postgres.PgRunner
Constructor.

R

retrieve(Class<?>, String, Map<String, Object>, Map<String, Class<?>>) - Method in interface com.brotherlogic.simplestore.Mapper
 
retrieve(Class<?>, String, Map<String, Object>, Map<String, Class<?>>) - Method in class com.brotherlogic.simplestore.postgres.PgMapper
Retrieves an object from the table.
retrieve(Class<?>, Map<String, Object>) - Method in class com.brotherlogic.simplestore.SimpleStorage
 
retrieve(Class<?>, Map<String, Object>) - Method in class com.brotherlogic.simplestore.Table
 
retrieveOne(String, Object[], Map<String, Class<?>>) - Method in class com.brotherlogic.simplestore.postgres.PgRunner
Retrieves a single object from the DB.

S

SimpleStorage - Class in com.brotherlogic.simplestore
Base for SimpleStorage.
SimpleStorage(Mapper) - Constructor for class com.brotherlogic.simplestore.SimpleStorage
 
store(String, Map<String, Object>) - Method in interface com.brotherlogic.simplestore.Mapper
 
store(String, Map<String, Object>) - Method in class com.brotherlogic.simplestore.postgres.PgMapper
Stores the properties in the table.
store(Object) - Method in class com.brotherlogic.simplestore.SimpleStorage
 
store(Object, Converter) - Method in class com.brotherlogic.simplestore.SimpleStorage
 
store(Map<String, Object>) - Method in class com.brotherlogic.simplestore.Table
 

T

Table - Class in com.brotherlogic.simplestore
 
Table(String, Mapper, Class<?>) - Constructor for class com.brotherlogic.simplestore.Table
Constructor.
A C G I M P R S T 

Copyright © 2016. All rights reserved.