Uses of Interface
org.ofbiz.core.entity.GenericHelper
Packages that use GenericHelper
-
Uses of GenericHelper in org.ofbiz.core.entity
Classes in org.ofbiz.core.entity that implement GenericHelperModifier and TypeClassDescriptionclassGeneric Entity Helper ClassclassPartial GenericHelper implementation that is entirely memory-based, to be used for simple unit testing (can't do anything beyond searches for primary keys, findByOr and findByAnd).Fields in org.ofbiz.core.entity with type parameters of type GenericHelperModifier and TypeFieldDescriptionprotected static Map<String,GenericHelper> GenericHelperFactory.helperCacheMethods in org.ofbiz.core.entity that return GenericHelperModifier and TypeMethodDescriptionDelegatorInterface.getEntityHelper(String entityName) DelegatorInterface.getEntityHelper(ModelEntity entity) GenericDelegator.getEntityHelper(String entityName) Gets the helper that corresponds to this delegator and the specified entityName.GenericDelegator.getEntityHelper(ModelEntity entity) Gets the helper that corresponds to this delegator and the specified entity.LockedDatabaseGenericDelegator.getEntityHelper(String entityName) LockedDatabaseGenericDelegator.getEntityHelper(ModelEntity entity) static GenericHelper