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.AttributeDescriptorAttributeDescriptor.Builder
 
- 
 - 
Field Summary- 
Fields inherited from class cz.o2.proxima.core.repository.AttributeDescriptorBaseentity, name, proxy, replica, schemeUri, transactionMode, valueSerializer, wildcard
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAsymmetric()booleanisProxy()Check if this is a proxy attribute.java.lang.StringtoString()- 
Methods inherited from class cz.o2.proxima.core.repository.AttributeDescriptorBaseequals, getValueSerializer, hashCode, isPublic, toAttributePrefix, toBuilder
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface cz.o2.proxima.core.repository.AttributeDescriptorasProxy, getEntity, getName, getSchemaTypeDescriptor, getSchemeUri, getTransactionalManagerFamilies, getTransactionMode, isWildcard, toAttributePrefix, valueOf
 
- 
 
- 
- 
- 
Method Detail- 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 - 
isProxypublic boolean isProxy() Description copied from interface:AttributeDescriptorCheck if this is a proxy attribute.- Returns:
- trueis this is proxy- falseotherwise
 
 - 
isAsymmetricpublic boolean isAsymmetric() 
 
- 
 
-