Package cz.o2.proxima.core.repository
Class AttributeProxyDescriptor<T>
- java.lang.Object
-
- cz.o2.proxima.core.repository.AttributeDescriptorBase<T>
-
- cz.o2.proxima.core.repository.AttributeProxyDescriptor<T>
-
- All Implemented Interfaces:
AttributeDescriptor<T>,java.io.Serializable
public class AttributeProxyDescriptor<T> extends AttributeDescriptorBase<T>
Proxy to another attribute.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface cz.o2.proxima.core.repository.AttributeDescriptor
AttributeDescriptor.Builder
-
-
Field Summary
-
Fields inherited from class cz.o2.proxima.core.repository.AttributeDescriptorBase
entity, name, proxy, replica, schemeUri, transactionMode, valueSerializer, wildcard
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeDescriptor<T>getReadTarget()ProxyTransformgetReadTransform()AttributeDescriptor<T>getWriteTarget()ProxyTransformgetWriteTransform()booleanisAsymmetric()booleanisProxy()Check if this is a proxy attribute.java.lang.StringtoString()-
Methods inherited from class cz.o2.proxima.core.repository.AttributeDescriptorBase
equals, getEntity, getName, getSchemeUri, getTransactionMode, getValueSerializer, hashCode, isPublic, isReplica, isWildcard, toAttributePrefix, toBuilder
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cz.o2.proxima.core.repository.AttributeDescriptor
asProxy, getSchemaTypeDescriptor, getTransactionalManagerFamilies, toAttributePrefix, valueOf
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
isProxy
public boolean isProxy()
Description copied from interface:AttributeDescriptorCheck if this is a proxy attribute.- Specified by:
isProxyin interfaceAttributeDescriptor<T>- Overrides:
isProxyin classAttributeDescriptorBase<T>- Returns:
trueis this is proxyfalseotherwise
-
isAsymmetric
public boolean isAsymmetric()
-
getReadTarget
public AttributeDescriptor<T> getReadTarget()
-
getReadTransform
@Nullable public ProxyTransform getReadTransform()
-
getWriteTarget
public AttributeDescriptor<T> getWriteTarget()
-
getWriteTransform
@Nullable public ProxyTransform getWriteTransform()
-
-