public abstract class AbstractGumgaService<T,ID extends Serializable> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected GumgaCustomEnhancerService |
gces |
protected org.slf4j.Logger |
logger |
protected GumgaCrudRepository<T,ID> |
repository |
| Constructor and Description |
|---|
AbstractGumgaService(GumgaCrudRepository<T,ID> repository) |
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
clazz() |
GumgaOi |
gumgaOiForSearch() |
GumgaOi |
gumgaOiForSearchWithWildCard() |
void |
loadGumgaCustomFields(Object entity) |
protected final org.slf4j.Logger logger
protected final GumgaCrudRepository<T,ID extends Serializable> repository
@Autowired protected GumgaCustomEnhancerService gces
public AbstractGumgaService(GumgaCrudRepository<T,ID> repository)
Copyright © 2017 Gumga. All rights reserved.