public class EntityDefinition extends Object
| Constructor and Description |
|---|
EntityDefinition(Class<?> clazz)
gives you Entity with id property selected on the basis of @Id annotation
|
EntityDefinition(Class<?> clazz,
String idPropertyName)
gives you Entity with id property selected explicitly by name
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Class<?> |
getClazz() |
String |
getIdPropertyName() |
boolean |
hasCustomId() |
boolean |
hasDefaultIdSelectionPolicy() |
int |
hashCode() |
public EntityDefinition(Class<?> clazz)
Copyright © 2013. All rights reserved.