Uses of Interface
com.blazebit.persistence.spi.ExtendedAttribute
-
Packages that use ExtendedAttribute Package Description com.blazebit.persistence.spi SPI for implementers of the Blaze-Persistence API. -
-
Uses of ExtendedAttribute in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return ExtendedAttribute Modifier and Type Method Description ExtendedAttribute<X,?>ExtendedManagedType. getAttribute(String attributeName)Returns the extended attribute of the managed type for the given attribute name.Methods in com.blazebit.persistence.spi that return types with arguments of type ExtendedAttribute Modifier and Type Method Description Map<String,ExtendedAttribute<X,?>>ExtendedManagedType. getAttributes()Returns the extended attributes of the managed type.Set<ExtendedAttribute<X,?>>ExtendedAttribute. getColumnEquivalentAttributes()Returns the attributes that have equivalent SQL column names.Map<String,ExtendedAttribute<X,?>>ExtendedManagedType. getOwnedAttributes()Returns the owned extended attributes of the managed type.Map<String,ExtendedAttribute<X,?>>ExtendedManagedType. getOwnedSingularAttributes()Returns the singular owned extended attributes of the managed type.
-