public interface EntityHolder<T>
| Modifier and Type | Method and Description |
|---|---|
void |
commit() |
T |
getEntity() |
void |
openSession()
Must be called prior to making changes to the entity.
|
T getEntity()
void openSession()
void commit()
Copyright © 2015. All rights reserved.