Class CollectionDomainTypeImpl
- java.lang.Object
-
- com.blazebit.domain.impl.runtime.model.AbstractMetadataHolder
-
- com.blazebit.domain.impl.runtime.model.AbstractDomainType
-
- com.blazebit.domain.impl.runtime.model.CollectionDomainTypeImpl
-
- All Implemented Interfaces:
CollectionDomainTypeDefinition,DomainTypeDefinition,MetadataDefinitionHolder,DomainTypeDefinitionImplementor,DomainTypeImplementor,CollectionDomainType,DomainType,MetadataHolder,Serializable
public class CollectionDomainTypeImpl extends AbstractDomainType implements CollectionDomainType, CollectionDomainTypeDefinition
- Since:
- 1.0.0
- Author:
- Christian Beikov
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.blazebit.domain.runtime.model.DomainType
DomainType.DomainTypeKind
-
-
Constructor Summary
Constructors Constructor Description CollectionDomainTypeImpl(CollectionDomainTypeDefinition typeDefinition, MetamodelBuildingContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DomainTypeImplementorgetElementType()Set<DomainOperator>getEnabledOperators()Set<DomainPredicate>getEnabledPredicates()DomainType.DomainTypeKindgetKind()Map<Class<?>,Object>getMetadata()<T> TgetMetadata(Class<T> metadataType)Map<Class<?>,MetadataDefinition<?>>getMetadataDefinitions()StringtoString()-
Methods inherited from class com.blazebit.domain.impl.runtime.model.AbstractDomainType
bindTypes, getJavaType, getName, getType
-
Methods inherited from class com.blazebit.domain.impl.runtime.model.AbstractMetadataHolder
getMetadataDefinitions
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.blazebit.domain.runtime.model.DomainType
getJavaType, getName
-
Methods inherited from interface com.blazebit.domain.boot.model.DomainTypeDefinition
getJavaType, getName
-
-
-
-
Constructor Detail
-
CollectionDomainTypeImpl
public CollectionDomainTypeImpl(CollectionDomainTypeDefinition typeDefinition, MetamodelBuildingContext context)
-
-
Method Detail
-
getKind
public DomainType.DomainTypeKind getKind()
- Specified by:
getKindin interfaceDomainType
-
getEnabledOperators
public Set<DomainOperator> getEnabledOperators()
- Specified by:
getEnabledOperatorsin interfaceDomainType- Overrides:
getEnabledOperatorsin classAbstractDomainType
-
getEnabledPredicates
public Set<DomainPredicate> getEnabledPredicates()
- Specified by:
getEnabledPredicatesin interfaceDomainType- Overrides:
getEnabledPredicatesin classAbstractDomainType
-
getElementType
public DomainTypeImplementor getElementType()
- Specified by:
getElementTypein interfaceCollectionDomainType- Specified by:
getElementTypein interfaceCollectionDomainTypeDefinition
-
getMetadata
public <T> T getMetadata(Class<T> metadataType)
- Specified by:
getMetadatain interfaceMetadataHolder
-
getMetadata
public Map<Class<?>,Object> getMetadata()
- Specified by:
getMetadatain interfaceMetadataHolder
-
getMetadataDefinitions
public Map<Class<?>,MetadataDefinition<?>> getMetadataDefinitions()
- Specified by:
getMetadataDefinitionsin interfaceMetadataDefinitionHolder
-
toString
public String toString()
- Overrides:
toStringin classAbstractDomainType
-
-