|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistenceStrategyBuilder<T>
Formalizes naming conventions for PersistenceStrategy
builders.
Method Summary | |
---|---|
PersistenceStrategyBuilder<T> |
annotatedWith(Class<? extends Annotation> annotation)
Configure this strategy to build modules bound to the specified Guice Binding Annotation. |
Methods inherited from interface com.wideplay.warp.persist.spi.Builder |
---|
build |
Method Detail |
---|
PersistenceStrategyBuilder<T> annotatedWith(Class<? extends Annotation> annotation)
annotation
- a valid Guice Binding Annotation to which all persistence
artifacts will be bound, including interceptors
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |