public final class FluentMongo extends Object
| Constructor and Description |
|---|
FluentMongo() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkLicense()
A shortcut for
checkLicense(null, false) |
static boolean |
checkLicense(InputStream licStream,
boolean suppressBanner)
checks FluentJPA license
|
static <T> QueryBuilder<T> |
queryBuilder(Class<T> collectionType)
Create type safe collection query builder
|
static <T> QueryBuilder<T> |
queryBuilder(T collection)
Create type safe collection query builder
|
public static <T> QueryBuilder<T> queryBuilder(T collection)
public static <T> QueryBuilder<T> queryBuilder(Class<T> collectionType)
public static boolean checkLicense(InputStream licStream, boolean suppressBanner)
licStream - if null, will try to load fluent-jpa.lic file from rootsuppressBanner - suppresses license banner if license is validpublic static boolean checkLicense()
checkLicense(null, false)Copyright © 2019 Streamx. All rights reserved.