public class PersistentEntitiesFactoryBean extends Object implements FactoryBean<org.springframework.data.mapping.context.PersistentEntities>
MappingContext from a CassandraConverter bean available in the
application context.OBJECT_TYPE_ATTRIBUTE| Constructor and Description |
|---|
PersistentEntitiesFactoryBean(CassandraConverter converter)
Creates a new
PersistentEntitiesFactoryBean for the given CassandraConverter. |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.mapping.context.PersistentEntities |
getObject() |
Class<?> |
getObjectType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSingletonpublic PersistentEntitiesFactoryBean(CassandraConverter converter)
PersistentEntitiesFactoryBean for the given CassandraConverter.converter - must not be null.public org.springframework.data.mapping.context.PersistentEntities getObject()
getObject in interface FactoryBean<org.springframework.data.mapping.context.PersistentEntities>public Class<?> getObjectType()
getObjectType in interface FactoryBean<org.springframework.data.mapping.context.PersistentEntities>Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.