| Package | Description |
|---|---|
| manifold.sql.query.type |
| Modifier and Type | Method and Description |
|---|---|
protected SqlModel |
SqlManifold.getModel(java.lang.String fqn)
Override so that getModel() can be called within this package (see SqlScope)
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
SqlManifold.contribute(javax.tools.JavaFileManager.Location location,
java.lang.String topLevelFqn,
boolean genStubs,
java.lang.String existing,
SqlModel model,
javax.tools.DiagnosticListener<javax.tools.JavaFileObject> errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
<R> java.util.stream.Stream<R> |
SqlManifold.findAllByModel(java.util.function.Function<SqlModel,R> byModel) |
<R> R |
SqlManifold.findByModel(java.util.function.Function<SqlModel,R> byModel) |
Copyright © 2024. All rights reserved.