|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.j256.ormlite.table.DatabaseTableConfigLoader
public class DatabaseTableConfigLoader
Database table configuration loader which reads and writes DatabaseTableConfig
from a text file/stream.
Constructor Summary | |
---|---|
DatabaseTableConfigLoader()
|
Method Summary | ||
---|---|---|
static
|
fromReader(BufferedReader reader)
Load a table configuration in from a text-file reader. |
|
static List<DatabaseTableConfig<?>> |
loadDatabaseConfigFromReader(BufferedReader reader)
Load in a number of database configuration entries from a buffered reader. |
|
static
|
write(BufferedWriter writer,
DatabaseTableConfig<T> config)
Write the table configuration to a buffered writer. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DatabaseTableConfigLoader()
Method Detail |
---|
public static List<DatabaseTableConfig<?>> loadDatabaseConfigFromReader(BufferedReader reader) throws SQLException
SQLException
public static <T> DatabaseTableConfig<T> fromReader(BufferedReader reader) throws SQLException
SQLException
public static <T> void write(BufferedWriter writer, DatabaseTableConfig<T> config) throws SQLException
SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |