|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyEntryFactory | |
|---|---|
| com.antelmann.sql | This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes |
| Uses of PropertyEntryFactory in com.antelmann.sql |
|---|
| Constructors in com.antelmann.sql with parameters of type PropertyEntryFactory | |
|---|---|
GenericPropertyEntryMapper(Database<Connection> db,
String table,
String idColumn,
PropertyEntryFactory<T> factory,
Class<T> type)
uses the factory to generate instances; either factory or type must not be null |
|
GenericPropertyEntryMapper(Database<Connection> db,
String table,
String idColumn,
String displayColumn,
PropertyEntryFactory<T> factory,
Class<T> type)
uses the factory to generate instances; either factory or type must not be null |
|
GenericPropertyEntryMapper(Database<Connection> db,
String table,
String idColumn,
String displayColumn,
PropertyEntryFactory<T> factory,
Class<T> type,
IDFactory idFactory)
uses the factory to generate instances; either factory or type must not be null |
|
GenericPropertyEntryMapper(DBClassStore<?> refStore,
PropertyEntryFactory<T> factory,
Class<T> type,
IDFactory idFactory)
|
|
GenericPropertyEntryStore(Database<Connection> db,
String table,
String idColumn,
PropertyEntryFactory<T> factory,
Class<T> type)
|
|
GenericPropertyEntryStore(Database<Connection> db,
String table,
String idColumn,
String displayColumn,
PropertyEntryFactory<T> factory,
Class<T> type)
|
|
GenericPropertyEntryStore(Database<Connection> db,
String table,
String idColumn,
String displayColumn,
PropertyEntryFactory<T> factory,
Class<T> type,
IDFactory idFactory)
|
|
GenericPropertyEntryStore(DBClassStore<?> refStore,
PropertyEntryFactory<T> factory,
Class<T> type,
IDFactory idFactory)
takes table, id column, display column names and table query (if applicable) from the given reference store. |
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||