| Class | Description |
|---|---|
| AnnotatedFieldIdPropertyResolver |
This class will help resolve ID property name if the entity has a field that is annotated with
@Id |
| AnnotatedGetterIdPropertyResolver |
This class will resolve ID property name from a getter method that is annotated with
@Id. |
| EntityIdPropertyResolver |
This class will use all the magic implemented in the other ID property resolvers to find out the ID property
for an entity.
|
| IdPropertyResolverUtils |
Utilities for figuring out the specifics of the ID property
|
| NamedFieldIdPropertyResolver |
This class is for finding a field with the name "id".
|
| NamedGetterIdPropertyResolver |
This class is for resolving an ID based on the getter.
|
Copyright © 2014–2016. All rights reserved.