Package | Description |
---|---|
pb138.dal.repository | |
pb138.dal.repository.validation |
Modifier and Type | Method and Description |
---|---|
void |
CategoryRepository.create(Category category)
Creates entity in database
|
void |
ItemRepository.create(Item item)
Creates entity in database
|
void |
SaleRepository.create(Sale sale)
Creates entity in database
|
void |
ShipmentRepository.create(Shipment shipment)
Creates entity in database
|
void |
EntityRepository.create(T entity)
Creates entity in database
|
void |
CategoryRepository.delete(Category category)
Deletes the entity from database
|
void |
ItemRepository.delete(Item item)
Deletes the entity from database
|
void |
SaleRepository.delete(Sale sale)
Deletes the entity from database
|
void |
ShipmentRepository.delete(Shipment shipment)
Deletes the entity from database
|
void |
EntityRepository.delete(T entity)
Deletes the entity from database
|
void |
CategoryRepository.update(Category category)
Updates entity in database
|
void |
ItemRepository.update(Item item)
Updates entity in database
|
void |
SaleRepository.update(Sale sale)
Updates entity in database
|
void |
ShipmentRepository.update(Shipment shipment)
Updates entity in database
|
void |
EntityRepository.update(T entity)
Updates entity in database
|
Modifier and Type | Method and Description |
---|---|
<Entity> void |
ConstraintValidator.validate(Entity entity)
Validates entity
|
<T> void |
ConstraintValidatorImpl.validate(T entity)
Validates entity
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.