| Package | Description |
|---|---|
| org.fryske_akademy.ejb |
This package contains interfaces, base classes and a helper for the development of EJB crud beans.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractEntity> |
CrudWriteService.save(T t)
create or update depending on
isTransient(). |
<T extends AbstractEntity> |
AbstractCrudService.save(T t)
create or update depending on
isTransient(). |
Copyright © 2018 Fryske Akademy. All rights reserved.