|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RelationshipManager.Column | |
|---|---|
| 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 RelationshipManager.Column in com.antelmann.sql |
|---|
| Methods in com.antelmann.sql that return RelationshipManager.Column | |
|---|---|
static RelationshipManager.Column |
RelationshipManager.Column.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RelationshipManager.Column[] |
RelationshipManager.Column.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.antelmann.sql that return types with arguments of type RelationshipManager.Column | |
|---|---|
static HashMap<RelationshipManager.Column,String> |
RelationshipStore.getDefaultColumns()
|
| Methods in com.antelmann.sql with parameters of type RelationshipManager.Column | |
|---|---|
protected Object |
RelationshipStore.translateForColumn(Object value,
RelationshipManager.Column column)
|
| Method parameters in com.antelmann.sql with type arguments of type RelationshipManager.Column | |
|---|---|
int |
RelationshipStore.countRelations(Map<RelationshipManager.Column,Object> restrictions)
|
int |
RelationshipManager.countRelations(Map<RelationshipManager.Column,Object> restrictions)
the mapped values for the class columns TO_CLASS and FROM_CLASS
may be represented as Class |
List<DefaultEntryRelationship> |
RelationshipStore.listRelations(Map<RelationshipManager.Column,Object> restrictions)
|
List<DefaultEntryRelationship> |
RelationshipManager.listRelations(Map<RelationshipManager.Column,Object> restrictions)
the mapped values for the class columns TO_CLASS and FROM_CLASS
may be represented as Class |
protected Map<Object,Object> |
RelationshipStore.translateMap(Map<RelationshipManager.Column,Object> restrictions)
responsible for converting the restrictions map to a map that can be used as a TopicMapFilter |
| Constructor parameters in com.antelmann.sql with type arguments of type RelationshipManager.Column | |
|---|---|
RelationshipStore.Mapper(Database<Connection> db,
String tableName,
String idColumn,
Map<RelationshipManager.Column,String> config,
IDFactory idFactory,
Class<T> type)
|
|
RelationshipStore.Mapper(Database<Connection> db,
String tableName,
String idColumn,
Map<RelationshipManager.Column,String> config,
IDFactory idFactory,
Class<T> type,
String query)
|
|
RelationshipStore(Database<Connection> db,
String tableName,
String idColumn,
Map<RelationshipManager.Column,String> config,
Class<T> type,
boolean useNextIntAsID)
|
|
RelationshipStore(Database<Connection> db,
String tableName,
String idColumn,
Map<RelationshipManager.Column,String> config,
IDFactory factory,
Class<T> type)
|
|
RelationshipStore(Database<Connection> db,
String tableName,
String idColumn,
Map<RelationshipManager.Column,String> config,
IDFactory factory,
Class<T> type,
String query)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||