Uses of Class
com.blazebit.persistence.spi.JoinTable
-
Packages that use 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 JoinTable
ExtendedAttribute. getJoinTable()
If the attribute is a collection that uses a join table, returns it's descriptor.JoinTable
JpaProvider. getJoinTable(javax.persistence.metamodel.EntityType<?> ownerType, String attributeName)
If the given attribute is a collection that uses a join table, returns it's descriptor.
-