E
- the generic type of the managed
OrientBean
.@NoRepositoryBean public interface OrientBeanRepository<E extends OrientBean> extends org.springframework.data.repository.PagingAndSortingRepository<E,Id<E>>
PagingAndSortingRepository
responsible for a specific
OrientBean
. It will internally map OrientDB documents
to your OrientBean
s.Modifier and Type | Method and Description |
---|---|
Class<E> |
getEntityClass() |
E |
newEntity() |
Class<E> getEntityClass()
Class
reflecting the interface of the OrientBean
managed by this repository.E newEntity()
OrientBean
entity.Copyright © 2001–2016 mmm-Team. All rights reserved.