/** * Create entity-filtering object after this object has not been found in the cache. * * @param entityClass entity class the entity-filtering object should be created for. * @param filteringScopes entity-filtering scopes to create the entity-filtering object for. * @param forWriter flag determining whether the class should be examined for reader or writer. * @return entity-filtering object. */ private T createFilteringObject(final Class<?> entityClass, final Set<String> filteringScopes, final boolean forWriter) { // Obtain the filtering object. return transform(graphProvider.createObjectGraph(entityClass, filteringScopes, forWriter)); }
/** * Create entity-filtering object after this object has not been found in the cache. * * @param entityClass entity class the entity-filtering object should be created for. * @param filteringScopes entity-filtering scopes to create the entity-filtering object for. * @param forWriter flag determining whether the class should be examined for reader or writer. * @return entity-filtering object. */ private T createFilteringObject(final Class<?> entityClass, final Set<String> filteringScopes, final boolean forWriter) { // Obtain the filtering object. return transform(graphProvider.createObjectGraph(entityClass, filteringScopes, forWriter)); }
/** * Create entity-filtering object after this object has not been found in the cache. * * @param entityClass entity class the entity-filtering object should be created for. * @param filteringScopes entity-filtering scopes to create the entity-filtering object for. * @param forWriter flag determining whether the class should be examined for reader or writer. * @return entity-filtering object. */ private T createFilteringObject(final Class<?> entityClass, final Set<String> filteringScopes, final boolean forWriter) { // Obtain the filtering object. return transform(graphProvider.createObjectGraph(entityClass, filteringScopes, forWriter)); }
/** * Create entity-filtering object after this object has not been found in the cache. * * @param entityClass entity class the entity-filtering object should be created for. * @param filteringScopes entity-filtering scopes to create the entity-filtering object for. * @param forWriter flag determining whether the class should be examined for reader or writer. * @return entity-filtering object. */ private T createFilteringObject(final Class<?> entityClass, final Set<String> filteringScopes, final boolean forWriter) { // Obtain the filtering object. return transform(graphProvider.createObjectGraph(entityClass, filteringScopes, forWriter)); }