Hierarchy For Package org.salespointframework.catalog
Class Hierarchy
- java.lang.Object
- org.salespointframework.core.AbstractEntity<ID> (implements org.springframework.data.domain.Persistable<ID>)
- org.salespointframework.core.AbstractAggregateRoot<ID>
- org.salespointframework.catalog.Product (implements java.lang.Comparable<T>)
- org.salespointframework.core.AbstractAggregateRoot<ID>
- org.salespointframework.catalog.Product.ProductIdentifier (implements org.jmolecules.ddd.types.Identifier, java.io.Serializable)
- org.salespointframework.core.AbstractEntity<ID> (implements org.springframework.data.domain.Persistable<ID>)
Interface Hierarchy
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.salespointframework.core.SalespointRepository<T,
ID> (also extends org.springframework.data.repository.PagingAndSortingRepository<T, ID>) - org.salespointframework.catalog.Catalog<T>
- org.salespointframework.core.SalespointRepository<T,
- org.springframework.data.repository.PagingAndSortingRepository<T,
ID> - org.salespointframework.core.SalespointRepository<T,
ID> (also extends org.springframework.data.repository.CrudRepository<T, ID>) - org.salespointframework.catalog.Catalog<T>
- org.salespointframework.core.SalespointRepository<T,
- org.springframework.data.repository.CrudRepository<T,