Uses of Class
com.blazebit.persistence.spi.AttributePath
-
Packages that use AttributePath Package Description com.blazebit.persistence.spi SPI for implementers of the Blaze-Persistence API. -
-
Uses of AttributePath in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return AttributePath Modifier and Type Method Description AttributePath
JpaMetamodelAccessor. getAttributePath(javax.persistence.metamodel.Metamodel metamodel, javax.persistence.metamodel.ManagedType<?> type, String attributePath)
Construct anAttributePath
for a particular attribute in type.AttributePath
JpaMetamodelAccessor. getBasicAttributePath(javax.persistence.metamodel.Metamodel metamodel, javax.persistence.metamodel.ManagedType<?> type, String attributePath)
Construct anAttributePath
for a particular basic attribute in type.AttributePath
JpaMetamodelAccessor. getJoinTableCollectionAttributePath(javax.persistence.metamodel.Metamodel metamodel, javax.persistence.metamodel.EntityType<?> type, String attributePath, String collectionName)
Construct anAttributePath
for a particular collection attribute in type.
-