| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.domain.impl.id |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedFieldIdPropertyResolver
This class will help resolve ID property name if the entity has a field that is annotated with
@Id |
class |
AnnotatedGetterIdPropertyResolver
This class will resolve ID property name from a getter method that is annotated with
@Id. |
class |
EntityIdPropertyResolver
This class will use all the magic implemented in the other ID property resolvers to find out the ID property
for an entity.
|
class |
NamedFieldIdPropertyResolver
This class is for finding a field with the name "id".
|
class |
NamedGetterIdPropertyResolver
This class is for resolving an ID based on the getter.
|
Copyright © 2014–2016. All rights reserved.