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(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, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, iterator, requiresPropertyPopulation, returnPropertyIfBetterIdPropertyCandidateOrNull, setEvaluationContextProvider, setPersistentPropertyAccessorFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetTableNamedoWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperties, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getPropertyPathAccessor, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isAnnotationPresent, isConstructorArgument, isIdProperty, isImmutable, isNew, isVersionProperty, requiresPropertyPopulationforEach, iterator, spliteratorpublic BasicCassandraPersistentTupleEntity(TypeInformation<T> information)
BasicCassandraPersistentTupleEntity given TypeInformation.information - must not be null.public void verify()
throws MappingException
verify in interface MutablePersistentEntity<T,CassandraPersistentProperty>verify in class BasicCassandraPersistentEntity<T>MappingExceptionpublic boolean isTupleType()
isTupleType in interface CassandraPersistentEntity<T>isTupleType in class BasicCassandraPersistentEntity<T>TupleCopyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.