Uses of Annotation Interface
cz.cvut.kbss.jopa.model.annotations.ParticipationConstraint
Packages that use ParticipationConstraint
-
Uses of ParticipationConstraint in cz.cvut.kbss.jopa.model.metamodel
Methods in cz.cvut.kbss.jopa.model.metamodel that return ParticipationConstraintModifier and TypeMethodDescriptionAbstractAttribute.getConstraints()
AbstractQueryAttribute.getConstraints()
Attribute.getConstraints()
Returns participation constraints specified for this attribute.QueryAttribute.getConstraints()
Returns participation constraints specified for this attribute.Constructors in cz.cvut.kbss.jopa.model.metamodel with parameters of type ParticipationConstraintModifierConstructorDescriptionAbstractQueryAttribute
(String query, boolean enableReferencingAttributes, Field field, ManagedType<X> declaringType, FetchType fetchType, ParticipationConstraint[] constraints, ConverterWrapper converter) PluralQueryAttributeImpl
(String query, boolean enableReferencingAttributes, Field field, ManagedType<X> declaringType, FetchType fetchType, ParticipationConstraint[] constraints, Type<E> elementType, Class<C> collectionType, ConverterWrapper converter) SingularQueryAttributeImpl
(String query, boolean enableReferencingAttributes, Field field, ManagedType<X> declaringType, FetchType fetchType, Type<Y> type, ParticipationConstraint[] constraints, ConverterWrapper converter)