| Package | Description |
|---|---|
| de.whitefrog.frogr | |
| de.whitefrog.frogr.cypher | |
| de.whitefrog.frogr.repository | |
| de.whitefrog.frogr.rest.service | |
| de.whitefrog.frogr.service |
| Modifier and Type | Method and Description |
|---|---|
<R extends Repository<T>,T extends Base> |
Service.repository(Class<T> clazz) |
<R extends Repository> |
Service.repository(String name) |
| Modifier and Type | Method and Description |
|---|---|
Repository |
QueryBuilder.repository() |
| Constructor and Description |
|---|
QueryBuilder(Repository repository) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelRepository<T extends Model>
Repository for default models.
|
interface |
RelationshipRepository<T extends de.whitefrog.frogr.model.relationship.Relationship>
Repository for relationships.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseModelRepository<T extends Model>
Base repository for models.
|
class |
BaseRelationshipRepository<T extends de.whitefrog.frogr.model.relationship.Relationship>
Base repository for relationships.
|
class |
BaseRepository<T extends Base>
Base repository for relationship and entities.
|
| Modifier and Type | Method and Description |
|---|---|
Repository |
RepositoryFactory.get(Class modelClass)
|
Repository |
RepositoryFactory.get(String name)
Get the
repository for the model with a specific name. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Repository> |
RepositoryFactory.cache()
Return all currently cached
repositories. |
| Modifier and Type | Method and Description |
|---|---|
void |
RepositoryFactory.register(String name,
Repository repository)
Register a new
repository manually. |
void |
RepositoryFactory.setRepositoryService(Repository repository) |
| Modifier and Type | Class and Description |
|---|---|
class |
CRUDService<R extends Repository<M>,M extends Model> |
class |
RestService<Repo extends Repository<M>,M extends Model>
Provides basic REST service functionality common to most services.
|
| Modifier and Type | Method and Description |
|---|---|
Repository<M> |
DefaultRestService.repository() |
| Constructor and Description |
|---|
Search(Repository<? extends Base> repository) |
Copyright © 2018. All rights reserved.