org.hibernate.engine.spi
Interface Managed

All Known Subinterfaces:
ManagedComposite, ManagedEntity

public interface Managed

Contract for classes (specifically, entities and components/embeddables) that are "managed". Developers can choose to either have their classes manually implement these interfaces or Hibernate can enhance their classes to implement these interfaces via built-time or run-time enhancement.

The term managed here is used to describe both:




Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.