org.romaframework.module.users.factory
Class CustomProfilingFactory
java.lang.Object
org.romaframework.core.factory.AbstractFactory<CustomProfiling>
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
| Fields inherited from interface org.romaframework.core.factory.GenericFactory |
DEF_SUFFIX |
| 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 |
CustomProfilingFactory
public CustomProfilingFactory()
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>