Interface MethodSetAttribute<X,E>
- Type Parameters:
X- The type of the declaring entity viewE- The element type of the represented Set
- All Superinterfaces:
Attribute<X,,Set<E>> MethodAttribute<X,,Set<E>> MethodPluralAttribute<X,,Set<E>, E> PluralAttribute<X,,Set<E>, E> SetAttribute<X,E>
public interface MethodSetAttribute<X,E>
extends MethodPluralAttribute<X,Set<E>,E>, SetAttribute<X,E>
A set attribute that is also a method attribute.
- Since:
- 1.5.0
- Author:
- Christian Beikov
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.blazebit.persistence.view.metamodel.Attribute
Attribute.AttributeType, Attribute.MappingType, Attribute.MemberTypeNested classes/interfaces inherited from interface com.blazebit.persistence.view.metamodel.PluralAttribute
PluralAttribute.CollectionType, PluralAttribute.ElementCollectionType -
Method Summary
Methods inherited from interface com.blazebit.persistence.view.metamodel.Attribute
getAttributeType, getBatchSize, getConvertedJavaType, getDeclaringType, getFetches, getFetchStrategy, getJavaType, getLimitExpression, getMappingType, getMemberType, getOffsetExpression, getOrderByItems, isCollection, isCorrelated, isSubquery, isSubview, renderLimitMethods inherited from interface com.blazebit.persistence.view.metamodel.MethodAttribute
getAllowedSubtypes, getFilter, getFilters, getInverseRemoveStrategy, getJavaMethod, getMappedBy, getName, getParentRequiringCreateSubtypes, getParentRequiringUpdateSubtypes, getPersistCascadeAllowedSubtypes, getReadOnlyAllowedSubtypes, getUpdateCascadeAllowedSubtypes, isDeleteCascaded, isMutable, isOptimisticLockProtected, isOrphanRemoval, isPersistCascaded, isUpdatable, isUpdateCascadedMethods inherited from interface com.blazebit.persistence.view.metamodel.PluralAttribute
getCollectionType, getComparator, getComparatorClass, getElementCollectionComparator, getElementCollectionComparatorClass, getElementCollectionType, getElementInheritanceSubtypeMappings, getElementType, isElementCollectionForcedUnique, isElementCollectionOrdered, isElementCollectionSorted, isForcedUnique, isIndexed, isOrdered, isSortedMethods inherited from interface com.blazebit.persistence.view.metamodel.SetAttribute
getCollectionInstantiator