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 boolean
isAsymmetric()
boolean
isProxy()
Check if this is a proxy attribute.java.lang.String
toString()
-
Methods inherited from class cz.o2.proxima.core.repository.AttributeDescriptorBase
equals, getValueSerializer, hashCode, isPublic, 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, getEntity, getName, getSchemaTypeDescriptor, getSchemeUri, getTransactionalManagerFamilies, getTransactionMode, isWildcard, toAttributePrefix, valueOf
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
isProxy
public boolean isProxy()
Description copied from interface:AttributeDescriptor
Check if this is a proxy attribute.- Returns:
true
is this is proxyfalse
otherwise
-
isAsymmetric
public boolean isAsymmetric()
-
-