Uses of Class
com.blazebit.persistence.spi.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 AttributePathJpaMetamodelAccessor. getAttributePath(javax.persistence.metamodel.Metamodel metamodel, javax.persistence.metamodel.ManagedType<?> type, String attributePath)Construct anAttributePathfor a particular attribute in type.AttributePathJpaMetamodelAccessor. getBasicAttributePath(javax.persistence.metamodel.Metamodel metamodel, javax.persistence.metamodel.ManagedType<?> type, String attributePath)Construct anAttributePathfor a particular basic attribute in type.AttributePathJpaMetamodelAccessor. getJoinTableCollectionAttributePath(javax.persistence.metamodel.Metamodel metamodel, javax.persistence.metamodel.EntityType<?> type, String attributePath, String collectionName)Construct anAttributePathfor a particular collection attribute in type.