Uses of Class
net.solarnetwork.central.dao.BaseUserModifiableEntity
Packages that use BaseUserModifiableEntity
-
Uses of BaseUserModifiableEntity in net.solarnetwork.central.dao
Classes in net.solarnetwork.central.dao with type parameters of type BaseUserModifiableEntityModifier and TypeClassDescriptionclassBaseUserModifiableEntity<C extends BaseUserModifiableEntity<C,K>, K extends CompositeKey & Comparable<K> & Serializable> Base mutable user-related configuration entity, where the first component of its primary key is a Long user ID. -
Uses of BaseUserModifiableEntity in net.solarnetwork.central.domain
Subclasses of BaseUserModifiableEntity in net.solarnetwork.central.domainModifier and TypeClassDescriptionclassBaseUserCertificate<C extends BaseUserCertificate<C>>Base user-related certificate entity.