Interface PersistenceInstantiator<M>
-
- All Known Implementing Classes:
PersistenceInstantiator.Default
public interface PersistenceInstantiator<M>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PersistenceInstantiator.Default<M>
-
Method Summary
Modifier and Type Method Description <T> T
instantiate(Class<T> type, M medium)
static <T> T
instantiateBlank(Class<T> type)
static <M> PersistenceInstantiator<M>
New()
-
-
-
Method Detail
-
instantiate
<T> T instantiate(Class<T> type, M medium) throws InstantiationRuntimeException
- Throws:
InstantiationRuntimeException
-
instantiateBlank
static <T> T instantiateBlank(Class<T> type)
-
New
static <M> PersistenceInstantiator<M> New()
-
-