public class BasicCassandraPersistentTupleEntity<T> extends BasicCassandraPersistentEntity<T>
PersistentEntity for a mapped tuples. Mapped tuples
are nested level entities that can be referred from a CassandraPersistentEntity.| Constructor and Description |
|---|
BasicCassandraPersistentTupleEntity(org.springframework.data.util.TypeInformation<T> information)
Creates a new
BasicCassandraPersistentTupleEntity given TypeInformation. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTupleType() |
void |
verify() |
addAssociation, determineTableName, doWithAssociations, getTableName, getVerifier, isCompositePrimaryKey, isUserDefinedType, setApplicationContext, setForceQuote, setNamingStrategy, setTableName, setVerifieraddPersistentProperty, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getEvaluationContext, getEvaluationContext, getFallbackIsNewStrategy, getIdentifierAccessor, getIdProperty, getInstanceCreatorMetadata, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isCreatorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, iterator, requiresPropertyPopulation, returnPropertyIfBetterIdPropertyCandidateOrNull, setEvaluationContextProvider, setPersistentPropertyAccessorFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetTableNamedoWithAll, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getInstanceCreatorMetadata, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isCreatorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulationforEach, iterator, spliteratorpublic BasicCassandraPersistentTupleEntity(org.springframework.data.util.TypeInformation<T> information)
BasicCassandraPersistentTupleEntity given TypeInformation.information - must not be null.public void verify()
throws org.springframework.data.mapping.MappingException
verify in interface org.springframework.data.mapping.model.MutablePersistentEntity<T,CassandraPersistentProperty>verify in class BasicCassandraPersistentEntity<T>org.springframework.data.mapping.MappingExceptionpublic boolean isTupleType()
isTupleType in interface CassandraPersistentEntity<T>isTupleType in class BasicCassandraPersistentEntity<T>TupleCopyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.