| Interface | Description |
|---|---|
| JPAFilter |
A JPA filter. See concrete implementation classes for further information.
|
| Class | Description |
|---|---|
| AndFilter | |
| DBKt | |
| EntityManagerFactoryDataSource |
A basic implementation of DataSource which polls given factory for connections.
|
| EqFilter | |
| ExtendedEMManager |
Internal, do not use. Manages and closes delegate EntityManagers for
DBKt.getExtendedEntityManager |
| Ge2Filter<V extends Comparable<? super V>> | |
| GeFilter | |
| Gt2Filter<V extends Comparable<? super V>> | |
| GtFilter | |
| ILikeFilter | |
| IsNotNullFilter | |
| IsNullFilter | |
| IsTrueFilter | |
| JPADataProvider<T> |
Provides instances of given JPA class from the database. Currently only supports sorting, currently does not support joins.
|
| JPADataProviderKt | |
| JPAFilterFactory | |
| JPAVOKPlugin | |
| JPAWhereBuilder<T> |
Running block with this class as its receiver will allow you to write expressions like this:
Person::age lt 25. |
| Le2Filter<V extends Comparable<? super V>> | |
| LeFilter | |
| LikeFilter | |
| Lt2Filter<V extends Comparable<? super V>> | |
| LtFilter | |
| NotFilter | |
| OrFilter | |
| PersistenceContext |
Provides access to a single JDBC connection and its EntityManager, and several utility methods.
|
| VaadinFiltersKt |