|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InconsistentContentException | |
|---|---|
| com.antelmann.db | This package contains generally useful classes for generic database management. |
| com.antelmann.sql | This package contains classes to ease JDBC development and also provides useful SQL-based implementations for com.antelmann.db classes |
| com.antelmann.util | This package contains generally useful classes that are used throughout the other packages in this framework. |
| Uses of InconsistentContentException in com.antelmann.db |
|---|
| Methods in com.antelmann.db that throw InconsistentContentException | |
|---|---|
static boolean |
DefaultDBReference.isEmpty(DBReference ref)
if true is returned, this reference may still contain a reference string |
void |
MutableCategory.Adapter.setChildren(Collection<Category<T>> col)
|
| Uses of InconsistentContentException in com.antelmann.sql |
|---|
| Methods in com.antelmann.sql that throw InconsistentContentException | ||
|---|---|---|
DefaultDBReference |
BaseRowMapper.extractReference(RowItem ri,
Object idTopic,
Object classTopic,
Object stringTopic,
Class<?> defaultClass)
convenience method to extract a DBReference from topics
while optionally being able to provide a defaultClass or an EntryClassMapper. |
|
|
BaseRowMapper.extractStub(RowItem ri,
Object idTopic,
Object stringTopic,
Class<S> type)
convenience method |
|
SQLStubFilter |
SQLMapFilter.toStubFilter()
|
|
| Uses of InconsistentContentException in com.antelmann.util |
|---|
| Methods in com.antelmann.util that throw InconsistentContentException | |
|---|---|
Range<T> |
Range.intersection(Range<T> range)
a non-null value is returned only if the given ranges do overlap |
boolean |
Range.overlapsWith(Range<T> range)
requires that both ranges are real and that the bounds are instances of T |
static void |
Sets.verifyCollection(Collection<?> col,
Class<?> type)
verifies that every element of the given collection is indeed assignable from the given type |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||