Package jakarta.nosql.mapping.keyvalue
Interface KeyValueTemplateProducer
-
public interface KeyValueTemplateProducer
The producer ofKeyValueTemplate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends KeyValueTemplate>
Tget(BucketManager manager)
creates aKeyValueTemplate
-
-
-
Method Detail
-
get
<T extends KeyValueTemplate> T get(BucketManager manager)
creates aKeyValueTemplate
- Type Parameters:
T
- the KeyValueTemplate instance- Parameters:
manager
- the manager- Returns:
- a new instance
- Throws:
NullPointerException
- when manager is null
-
-