public abstract class AbstractWrapperBuilder<T extends AbstractWrapperBuilder<T>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PersistenceContext |
context |
| Constructor and Description |
|---|
AbstractWrapperBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
build(AbstractWrapper wrapper) |
T |
context(PersistenceContext context) |
T |
dirtyMap(Map<Method,PropertyMeta> dirtyMap) |
T |
propertyMeta(PropertyMeta propertyMeta) |
T |
setter(Method setter) |
protected PersistenceContext context
public T dirtyMap(Map<Method,PropertyMeta> dirtyMap)
public T propertyMeta(PropertyMeta propertyMeta)
public T context(PersistenceContext context)
public void build(AbstractWrapper wrapper)
Copyright © 2012-2014. All Rights Reserved.