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