| Package | Description |
|---|---|
| com.github.tadeuespindolapalermo.easyjdbc.operations | |
| com.github.tadeuespindolapalermo.easyjdbc.repository |
| Modifier and Type | Method and Description |
|---|---|
T |
OperationsInterfaceRepositoryImpl.save(T entity) |
T |
OperationsInterfaceRepositoryImpl.save(T entity,
java.lang.String table) |
T |
OperationsInterfaceRepositoryImpl.save(T entity,
java.lang.String[] columns) |
T |
OperationsInterfaceRepositoryImpl.save(T entity,
java.lang.String table,
java.lang.String[] columns) |
| Constructor and Description |
|---|
OperationsInterfaceRepositoryImpl(java.lang.Class<T> entity) |
OperationsUtils(java.lang.Class<T> entity) |
| Modifier and Type | Method and Description |
|---|---|
T |
OperationsInterfaceRepository.save(T entity) |
T |
OperationsInterfaceRepository.save(T entity,
java.lang.String table) |
T |
OperationsInterfaceRepository.save(T entity,
java.lang.String[] columns) |
T |
OperationsInterfaceRepository.save(T entity,
java.lang.String table,
java.lang.String[] columns) |
Copyright © 2020. All Rights Reserved.