use of io.jmix.core.Metadata in project jmix by jmix-framework.
the class EntitySnapshot method init.
@PostConstruct
public void init() {
Metadata metadata = AppBeans.get(Metadata.class);
entity = metadata.create(ReferenceToEntity.class);
}
Aggregations