Class PGJPAJSONEntityFactory
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.JPAEntityFactory
-
- org.apache.syncope.core.persistence.jpa.entity.JPAJSONEntityFactory
-
- org.apache.syncope.core.persistence.jpa.entity.PGJPAJSONEntityFactory
-
- All Implemented Interfaces:
EntityFactory
public class PGJPAJSONEntityFactory extends JPAJSONEntityFactory
-
-
Constructor Summary
Constructors Constructor Description PGJPAJSONEntityFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends AnySearchDAO>
anySearchDAOClass()
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.JPAJSONEntityFactory
anyObjectClass, groupClass, newEntity, userClass
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.JPAEntityFactory
newConnPoolConf
-
-
-
-
Method Detail
-
anySearchDAOClass
public Class<? extends AnySearchDAO> anySearchDAOClass()
- Specified by:
anySearchDAOClass
in interfaceEntityFactory
- Overrides:
anySearchDAOClass
in classJPAEntityFactory
-
-