Package | Description |
---|---|
com.glyart.mystral.data |
Contains classes for: auto object mappings, better data management and type conversions.
|
com.glyart.mystral.data.support |
Contains implementations for fast type conversions.
|
com.glyart.mystral.database |
Contains the implementations of the main functionalities of this library.
|
com.glyart.mystral.datasource |
Contains some utilities for managing
DataSource objects. |
com.glyart.mystral.sql |
Contains interfaces used by
DataOperations and AsyncDataOperations implementations. |
Class and Description |
---|
ConversionException
Represents an exception which describes a problem occurred while trying to convert a type to the desired one.
|
IncorrectDataSizeException
Exception thrown when a result was not of the expected size,
for example when expecting a single row but getting 0 or more than 1 rows.
|
TypeMismatchException
Threw when trying to auto-mapping rows with the
ClassMapper class. |
Class and Description |
---|
ConversionException
Represents an exception which describes a problem occurred while trying to convert a type to the desired one.
|
Class and Description |
---|
DataAccessException
Represents an exception that occurs when there is a problem during an operation issued by
implementations of
DataOperations or AsyncDataOperations . |
DataSourceInitException
Describes a problem occurred while trying to create a DataSource.
|
IncorrectDataSizeException
Exception thrown when a result was not of the expected size,
for example when expecting a single row but getting 0 or more than 1 rows.
|
Class and Description |
---|
DataSourceInitException
Describes a problem occurred while trying to create a DataSource.
|
Class and Description |
---|
DataAccessException
Represents an exception that occurs when there is a problem during an operation issued by
implementations of
DataOperations or AsyncDataOperations . |
IncorrectDataSizeException
Exception thrown when a result was not of the expected size,
for example when expecting a single row but getting 0 or more than 1 rows.
|
Copyright © 2021. All rights reserved.