| Package | Description |
|---|---|
| org.milyn.persistence.util | |
| org.milyn.scribe.adapter.hibernate | |
| org.milyn.scribe.adapter.ibatis | |
| org.milyn.scribe.adapter.jpa | |
| org.milyn.scribe.register |
| Modifier and Type | Method and Description |
|---|---|
static DaoRegister<?> |
PersistenceUtil.getDAORegister(ExecutionContext executionContext) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PersistenceUtil.setDAORegister(ExecutionContext executionContext,
DaoRegister<?> registery) |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionRegister |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlMapClientRegister |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityManagerRegister |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDaoAdapterRegister<D,A>
An abstract implementation of a DAO adapter
TODO: finish documentation
|
class |
AbstractDaoRegister<D>
A abstract convenience implementation of the DaoRegister
The
AbstractDaoRegister.getDefaultDao() and AbstractDaoRegister.getDao(String) methods both throw a
UnsupportedOperationException. |
class |
MapDaoRegister<T>
A immutable map based DAO register
|
class |
MultiDaoRegister<T>
Enables multiple
DaoRegister objects to be used as one DaoRegister. |
class |
SingleDaoRegister<T>
Registers a single DAO
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DaoRegister<T>> |
MultiDaoRegister.getDaoRegisterMap() |
| Modifier and Type | Method and Description |
|---|---|
static <T> org.milyn.scribe.register.MultiDaoRegister.Builder<T> |
MultiDaoRegister.builder(Map<String,? extends DaoRegister<T>> map)
Creates a Builder object that can build a
MultiDaoRegister. |
static <T> MultiDaoRegister<T> |
MultiDaoRegister.newInstance(Map<String,? extends DaoRegister<T>> map)
Creates a new
MultiDaoRegister and fills it with the provided map. |
Copyright © 2020. All rights reserved.