Uses of Class
com.blazebit.persistence.spi.AttributePath
Packages that use AttributePath
-
Uses of AttributePath in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return AttributePathModifier and TypeMethodDescriptionJpaMetamodelAccessor.getAttributePath(javax.persistence.metamodel.Metamodel metamodel, javax.persistence.metamodel.ManagedType<?> type, String attributePath) Construct anAttributePathfor a particular attribute in type.JpaMetamodelAccessor.getBasicAttributePath(javax.persistence.metamodel.Metamodel metamodel, javax.persistence.metamodel.ManagedType<?> type, String attributePath) Construct anAttributePathfor a particular basic attribute in type.JpaMetamodelAccessor.getJoinTableCollectionAttributePath(javax.persistence.metamodel.Metamodel metamodel, javax.persistence.metamodel.EntityType<?> type, String attributePath, String collectionName) Construct anAttributePathfor a particular collection attribute in type.