com.hack23.cia.model.common.impl
Class AbstractModelFactoryImpl<T>

Package class diagram package AbstractModelFactoryImpl
java.lang.Object
  extended by com.hack23.cia.model.common.impl.AbstractModelFactoryImpl<T>
Type Parameters:
T - the generic type
All Implemented Interfaces:
AbstractGenericModelFactory<T>
Direct Known Subclasses:
CountryModelFactoryImpl, RegionModelFactoryImpl, UserModelFactoryImpl

public abstract class AbstractModelFactoryImpl<T>
extends java.lang.Object
implements AbstractGenericModelFactory<T>

The Class AbstractModelFactoryImpl.


Constructor Summary
Constructor and Description
AbstractModelFactoryImpl()
           
 
Method Summary
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

AbstractModelFactoryImpl

public AbstractModelFactoryImpl()
Method Detail

getPersistentClass

public java.lang.Class<T> getPersistentClass()
Description copied from interface: AbstractGenericModelFactory
Gets the persistent class.

Specified by:
getPersistentClass in interface AbstractGenericModelFactory<T>
Returns:
the persistent class

getPersistentClassImpl

protected abstract java.lang.Class getPersistentClassImpl()
Gets the persistent class impl.

Returns:
the persistent class impl


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.