Uses of Interface
cz.cvut.kbss.jopa.model.metamodel.SingularAttribute
Packages that use SingularAttribute
Package
Description
-
Uses of SingularAttribute in cz.cvut.kbss.jopa.model.metamodel
Classes in cz.cvut.kbss.jopa.model.metamodel that implement SingularAttributeMethods in cz.cvut.kbss.jopa.model.metamodel that return SingularAttributeModifier and TypeMethodDescriptionAbstractIdentifiableType.getDeclaredSingularAttribute(String name) <Y> SingularAttribute<X,Y> AbstractIdentifiableType.getDeclaredSingularAttribute(String name, Class<Y> type) ManagedType.getDeclaredSingularAttribute(String name) Return the single-valued attribute declared by the managed type that corresponds to the specified name.<Y> SingularAttribute<X,Y> ManagedType.getDeclaredSingularAttribute(String name, Class<Y> type) Return the single-valued attribute declared by the managed type that corresponds to the specified name and Java type.<Y> SingularAttribute<X,Y> AbstractIdentifiableType.getDeclaredVersion(Class<Y> type) <Y> SingularAttribute<X,Y> IdentifiableType.getDeclaredVersion(Class<Y> type) Return the attribute that corresponds to the version attribute declared by the entity or mapped superclass.SingularAttribute<? super X,?> AbstractIdentifiableType.getSingularAttribute(String name) <Y> SingularAttribute<? super X,Y> AbstractIdentifiableType.getSingularAttribute(String name, Class<Y> type) SingularAttribute<? super X,?> ManagedType.getSingularAttribute(String name) Return the single-valued attribute of the managed type that corresponds to the specified name.<Y> SingularAttribute<? super X,Y> ManagedType.getSingularAttribute(String name, Class<Y> type) Return the single-valued attribute of the managed type that corresponds to the specified name and Java type.<Y> SingularAttribute<? super X,Y> AbstractIdentifiableType.getVersion(Class<Y> type) <Y> SingularAttribute<? super X,Y> IdentifiableType.getVersion(Class<Y> type) Return the attribute that corresponds to the version attribute of the entity or mapped superclass.Methods in cz.cvut.kbss.jopa.model.metamodel that return types with arguments of type SingularAttributeModifier and TypeMethodDescriptionSet<SingularAttribute<X,?>> AbstractIdentifiableType.getDeclaredSingularAttributes()Set<SingularAttribute<X,?>> ManagedType.getDeclaredSingularAttributes()Return the single-valued attributes declared by the managed type.Set<SingularAttribute<? super X,?>> AbstractIdentifiableType.getSingularAttributes()Set<SingularAttribute<? super X,?>> ManagedType.getSingularAttributes()Return the single-valued attributes of the managed type. -
Uses of SingularAttribute in cz.cvut.kbss.jopa.model.query.criteria
Methods in cz.cvut.kbss.jopa.model.query.criteria with parameters of type SingularAttributeModifier and TypeMethodDescription<Y> Path<Y>Path.getAttr(SingularAttribute<? super X, Y> attribute) Create a path corresponding to the referenced single-valued attribute. -
Uses of SingularAttribute in cz.cvut.kbss.jopa.query.criteria.expressions
Methods in cz.cvut.kbss.jopa.query.criteria.expressions with parameters of type SingularAttributeModifier and TypeMethodDescription<Y> Path<Y>AbstractPathExpression.getAttr(SingularAttribute<? super X, Y> attribute)