public class ComputedAttributeRegistryImpl extends Object implements ComputedAttributeRegistry
| Constructor and Description |
|---|
ComputedAttributeRegistryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(MetaComputedAttribute attr) |
MetaComputedAttribute |
get(MetaDataObject meta,
String name) |
Set<String> |
getForType(Class<?> entityType) |
void |
init(JpaQueryFactoryContext context) |
void |
register(Class<?> targetClass,
String name,
Object expressionFactory,
Type type) |
public void init(JpaQueryFactoryContext context)
public Object get(MetaComputedAttribute attr)
public MetaComputedAttribute get(MetaDataObject meta, String name)
public void register(Class<?> targetClass, String name, Object expressionFactory, Type type)
public Set<String> getForType(Class<?> entityType)
getForType in interface ComputedAttributeRegistryentityType - for whom to get the computed attributes.Copyright © 2017. All Rights Reserved.