Interface UserAttributeRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<UserAttribute,Long>
,org.springframework.data.repository.Repository<UserAttribute,Long>
@Repository public interface UserAttributeRepository extends org.springframework.data.repository.CrudRepository<UserAttribute,Long>
- Author:
- FMARSLAN