org.romaframework.module.users.factory
Class CustomProfilingFactory

java.lang.Object
  extended by org.romaframework.core.factory.AbstractFactory<CustomProfiling>
      extended by org.romaframework.module.users.factory.CustomProfilingFactory
All Implemented Interfaces:
org.romaframework.core.factory.GenericFactory<CustomProfiling>

public class CustomProfilingFactory
extends org.romaframework.core.factory.AbstractFactory<CustomProfiling>

Factory class for CustomProfiling entity. It's registered in the IoC configuration files and is used by Roma components to create objects of kind CustomProfiling.
Use EntityHelper.createObject() to create objects using the its factory.
This class was generated by Roma Meta Framework CRUD wizard.

See Also:
EntityHelper

Field Summary
 
Fields inherited from interface org.romaframework.core.factory.GenericFactory
DEF_SUFFIX
 
Constructor Summary
CustomProfilingFactory()
           
 
Method Summary
 CustomProfiling create()
           
 
Methods inherited from class org.romaframework.core.factory.AbstractFactory
createInstance, getEntityClass, getEntitySchemaClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomProfilingFactory

public CustomProfilingFactory()
Method Detail

create

public CustomProfiling create()
Specified by:
create in interface org.romaframework.core.factory.GenericFactory<CustomProfiling>
Overrides:
create in class org.romaframework.core.factory.AbstractFactory<CustomProfiling>