| Interface | Description |
|---|---|
| Driver | |
| ExceptionTranslator |
This is a helper class modelled roughly after
org.springframework.dao.support.PersistenceExceptionTranslator. |
| ParameterConversion |
Abstraction over the parameter conversion.
|
| TypeSystem |
This interface describes a type system with a set of native type a driver can handle.
|
| Class | Description |
|---|---|
| AbstractConfigurableDriver |
The AbstractConfigurableDriver is used by all drivers to register themselves.
|
| TypeAdapterLookupDelegate |
To be used by a driver to lookup type adapters, both native to mapped and mapped to native.
|
| Enum | Description |
|---|---|
| ParameterConversion.DefaultParameterConversion |
The "old" way of converting things.
|
| TypeSystem.NoNativeTypes |
An empty set of native types.
|
| Exception | Description |
|---|---|
| NativeTypesException |
Exception indicating problems with the native type system.
|
| NativeTypesNotAvailableException |
Exception indicating that the selected driver does not support native types.
|
| NativeTypesNotSupportedException |
Exception indicating that the selected driver does not support native types.
|
Copyright © 2015–2023 Neo Technology, Inc.. All rights reserved.