|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.common.impl.AbstractModelFactoryImpl<T>
T
- the generic typepublic abstract class AbstractModelFactoryImpl<T> extends java.lang.Object implements AbstractGenericModelFactory<T>
The Class AbstractModelFactoryImpl.
Constructor and Description |
---|
AbstractModelFactoryImpl()
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<T> |
getPersistentClass()
Gets the persistent class. |
protected abstract java.lang.Class |
getPersistentClassImpl()
Gets the persistent class impl. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.hack23.cia.model.common.api.AbstractGenericModelFactory |
---|
create |
Constructor Detail |
---|
public AbstractModelFactoryImpl()
Method Detail |
---|
public java.lang.Class<T> getPersistentClass()
AbstractGenericModelFactory
getPersistentClass
in interface AbstractGenericModelFactory<T>
protected abstract java.lang.Class getPersistentClassImpl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |