|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ForeignKeyMappingInfo | |
|---|---|
| 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 ForeignKeyMappingInfo in com.antelmann.sql |
|---|
| Classes in com.antelmann.sql that implement ForeignKeyMappingInfo | |
|---|---|
class |
DefaultMappingInfo
provides a default implementation for the MappingInfo interface,
making it easy to allow other objects to delegate the interface methods
to an instance of this class. |
| Methods in com.antelmann.sql with parameters of type ForeignKeyMappingInfo | |
|---|---|
static String |
DefaultMappingInfo.getColumnForForeignKey(ForeignKeyMappingInfo fmi,
Class<?> type)
returns the first available column (if any) that maps to the given type |
void |
DefaultMappingInfo.setAllFrom(ForeignKeyMappingInfo fmi)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||