Package cz.o2.proxima.core.repository
Class AttributeDescriptorImpl<T>
- java.lang.Object
-
- cz.o2.proxima.core.repository.AttributeDescriptorBase<T>
-
- cz.o2.proxima.core.repository.AttributeDescriptorImpl<T>
-
- All Implemented Interfaces:
AttributeDescriptor<T>
,java.io.Serializable
@Internal public class AttributeDescriptorImpl<T> extends AttributeDescriptorBase<T>
Descriptor of attribute of entity.- 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 java.util.List<java.lang.String>
getTransactionalManagerFamilies()
Retrieve transactional manager families for this 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, getTransactionMode, isProxy, isWildcard, toAttributePrefix, valueOf
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getTransactionalManagerFamilies
public java.util.List<java.lang.String> getTransactionalManagerFamilies()
Description copied from interface:AttributeDescriptor
Retrieve transactional manager families for this attribute.
-
-