public class EntityInterceptorBuilder<T> extends Object
| Constructor and Description |
|---|
EntityInterceptorBuilder(PersistenceContext context,
T entity) |
| Modifier and Type | Method and Description |
|---|---|
EntityInterceptorBuilder<T> |
alreadyLoaded(Set<Method> alreadyLoaded) |
EntityInterceptor<T> |
build() |
static <T> EntityInterceptorBuilder<T> |
builder(PersistenceContext context,
T entity) |
public EntityInterceptorBuilder(PersistenceContext context, T entity)
public static <T> EntityInterceptorBuilder<T> builder(PersistenceContext context, T entity)
public EntityInterceptor<T> build()
public EntityInterceptorBuilder<T> alreadyLoaded(Set<Method> alreadyLoaded)
Copyright © 2012-2014. All Rights Reserved.