public class PersistentEntitiesFactoryBean extends Object implements FactoryBean<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 |
---|---|
PersistentEntities |
getObject() |
Class<?> |
getObjectType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isSingleton
public PersistentEntitiesFactoryBean(CassandraConverter converter)
PersistentEntitiesFactoryBean
for the given CassandraConverter
.converter
- must not be null.public PersistentEntities getObject()
getObject
in interface FactoryBean<PersistentEntities>
public Class<?> getObjectType()
getObjectType
in interface FactoryBean<PersistentEntities>
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.