Uses of Class
com.blazebit.persistence.spi.JoinTable
| Package | Description |
|---|---|
| com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
-
Uses of JoinTable in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return JoinTable Modifier and Type Method Description JoinTableExtendedAttribute. getJoinTable()If the attribute is a collection that uses a join table, returns it's descriptor.JoinTableJpaProvider. getJoinTable(javax.persistence.metamodel.EntityType<?> ownerType, String attributeName)If the given attribute is a collection that uses a join table, returns it's descriptor.