Uses of Interface
com.blazebit.persistence.spi.ExtendedAttribute
Packages that use ExtendedAttribute
-
Uses of ExtendedAttribute in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi that return ExtendedAttributeModifier and TypeMethodDescriptionExtendedManagedType.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 ExtendedAttributeModifier and TypeMethodDescriptionMap<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.