|
Holger's Java API |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ForeignKeyMappingInfo
this interface provides additional mapping information that allows to build more sophisticated SQL-supported filter components solely based on the interface.
MappingInfo| Nested Class Summary | |
|---|---|
static class |
ForeignKeyMappingInfo.Analyzer
|
| Method Summary | |
|---|---|
Filter<? super Stub<?>> |
getForeignKeyFilter(String column)
returns a filter that limits the allowed choices for the foreign key column; may be null |
Map<String,Class<? extends DBEntry>> |
getForeignKeys()
returns all columns denoting a foreign key mapped to their respective class representation, so that a component can allow to select from the respective values accordingly. |
| Method Detail |
|---|
Map<String,Class<? extends DBEntry>> getForeignKeys()
getForeignKeyFilter(String)Filter<? super Stub<?>> getForeignKeyFilter(String column)
getForeignKeys()
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||