@Component(value="core_EntityEmbeddedInitializer") public class EntityEmbeddedInitializer extends java.lang.Object implements EntityInitializer, org.springframework.core.Ordered
| Modifier and Type | Field and Description |
|---|---|
protected Metadata |
metadata |
protected MetadataTools |
metadataTools |
| Constructor and Description |
|---|
EntityEmbeddedInitializer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
void |
initEntity(java.lang.Object entity) |
@Autowired protected Metadata metadata
@Autowired protected MetadataTools metadataTools
public void initEntity(java.lang.Object entity)
initEntity in interface EntityInitializerpublic int getOrder()
getOrder in interface org.springframework.core.Ordered