public abstract class AbstractCassandraConverter extends Object implements CassandraConverter, InitializingBean
CassandraConverter implementations. Sets up a ConversionService and populates basic
converters.| Modifier and Type | Field and Description |
|---|---|
protected ConversionService |
conversionService |
protected EntityInstantiators |
instantiators |
| Constructor and Description |
|---|
AbstractCassandraConverter(ConversionService conversionService)
Creates a new
AbstractCassandraConverter using the given ConversionService. |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
ConversionService |
getConversionService() |
void |
setInstantiators(EntityInstantiators instantiators)
Registers
EntityInstantiators to customize entity instantiation. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getMappingContextreadwriteprotected final ConversionService conversionService
protected EntityInstantiators instantiators
public AbstractCassandraConverter(ConversionService conversionService)
AbstractCassandraConverter using the given ConversionService.public void setInstantiators(EntityInstantiators instantiators)
EntityInstantiators to customize entity instantiation.instantiators - public ConversionService getConversionService()
getConversionService in interface EntityConverter<CassandraPersistentEntity<?>,CassandraPersistentProperty,Object,Object>public void afterPropertiesSet()
afterPropertiesSet in interface InitializingBeanCopyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.