public interface DocumentStorePropertyContext<E extends DocumentStoreEntityContext<E,P>,P extends DocumentStorePropertyContext<E,P>> extends PropertyContext<E,P>
| Modifier and Type | Method and Description |
|---|---|
P |
associationStorage(AssociationStorageType storage)
Specifies how associations of the configured property should be persisted.
|
P |
mapStorage(MapStorageType mapStorage)
Specifies how the contents of a map-typed association should be persisted.
|
entity, propertyP associationStorage(AssociationStorageType storage)
storage - the association storage type to be used; overrides any settings on the entity or global levelP mapStorage(MapStorageType mapStorage)
mapStorage - the mapStorage storage type to be used. Overrides any settings on the entity and global level.Copyright © 2010-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.