org.romaframework.module.users.repository
Class CustomProfilingRepository

java.lang.Object
  extended by org.romaframework.core.repository.PersistenceAspectRepository<CustomProfiling>
      extended by org.romaframework.module.users.repository.CustomProfilingRepository
All Implemented Interfaces:
org.romaframework.core.repository.GenericRepository<CustomProfiling>

public class CustomProfilingRepository
extends org.romaframework.core.repository.PersistenceAspectRepository<CustomProfiling>

Repository class for CustomProfiling entity. By default it extends the PersistenceAspectRepository class that delegates the execution of all commands to the PersistenceAspect.

This class was generated by Roma Meta Framework CRUD wizard.


Field Summary
 
Fields inherited from interface org.romaframework.core.repository.GenericRepository
DEF_SUFFIX
 
Constructor Summary
CustomProfilingRepository()
           
 
Method Summary
 java.util.List<CustomProfiling> getAll()
           
 
Methods inherited from class org.romaframework.core.repository.PersistenceAspectRepository
countByCriteria, create, create, create, create, delete, delete, delete, delete, findByCriteria, findByCriteria, findByExample, findByExample, findByExample, findFirstByCriteria, findFirstByCriteria, findFirstByExample, findFirstByExample, getAll, getAll, getAll, getOID, load, load, loadObjectByOID, loadObjectByOID, search, search, update, update, update, update
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomProfilingRepository

public CustomProfilingRepository()
Method Detail

getAll

public java.util.List<CustomProfiling> getAll()
Specified by:
getAll in interface org.romaframework.core.repository.GenericRepository<CustomProfiling>
Overrides:
getAll in class org.romaframework.core.repository.PersistenceAspectRepository<CustomProfiling>