Class CoherencePersistentEntity<T>

java.lang.Object
org.springframework.data.mapping.model.BasicPersistentEntity<T,CoherencePersistentProperty>
com.oracle.coherence.spring.data.core.mapping.CoherencePersistentEntity<T>
Type Parameters:
T - the entity type
All Implemented Interfaces:
Iterable<CoherencePersistentProperty>, org.springframework.data.mapping.model.MutablePersistentEntity<T,CoherencePersistentProperty>, org.springframework.data.mapping.PersistentEntity<T,CoherencePersistentProperty>

public class CoherencePersistentEntity<T> extends org.springframework.data.mapping.model.BasicPersistentEntity<T,CoherencePersistentProperty>
Coherence implementation of PersistentEntity.
Since:
3.0
Author:
Ryan Lubke
  • Constructor Summary

    Constructors
    Constructor
    Description
    CoherencePersistentEntity(org.springframework.data.util.TypeInformation<T> information)
     
  • Method Summary

    Methods inherited from class org.springframework.data.mapping.model.BasicPersistentEntity

    addAssociation, addPersistentProperty, doWithAssociations, 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, setPersistentPropertyAccessorFactory, verify

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface org.springframework.data.mapping.PersistentEntity

    doWithAll, getPersistentProperty, getRequiredAnnotation, getRequiredIdProperty, getRequiredPersistentProperty, getRequiredVersionProperty, isConstructorArgument
  • Constructor Details

    • CoherencePersistentEntity

      public CoherencePersistentEntity(org.springframework.data.util.TypeInformation<T> information)