public abstract class MongoDBPropertyContextImpl extends DocumentStorePropertyContextImpl<MongoDBEntityContext,MongoDBPropertyContext> implements MongoDBPropertyContext
| Constructor and Description |
|---|
MongoDBPropertyContextImpl(ConfigurationContext context) |
| Modifier and Type | Method and Description |
|---|---|
MongoDBPropertyContext |
associationDocumentStorage(AssociationDocumentType associationDocumentStorage)
Specifies how association documents should be persisted.
|
MongoDBPropertyContext |
associationStorage(AssociationStorageType storage) |
addEntityOption, addGlobalOption, addPropertyOptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitentity, propertypublic MongoDBPropertyContextImpl(ConfigurationContext context)
public MongoDBPropertyContext associationStorage(AssociationStorageType storage)
associationStorage in interface DocumentStorePropertyContext<MongoDBEntityContext,MongoDBPropertyContext>associationStorage in class DocumentStorePropertyContextImpl<MongoDBEntityContext,MongoDBPropertyContext>public MongoDBPropertyContext associationDocumentStorage(AssociationDocumentType associationDocumentStorage)
MongoDBPropertyContextAssociationStorageType.ASSOCIATION_DOCUMENT.associationDocumentStorage in interface MongoDBPropertyContextassociationDocumentStorage - the association document type to be used; overrides any settings on the entity
or global levelCopyright © 2010-2014 Hibernate. All Rights Reserved.