Package org.hibernate.engine.spi
Interface ManagedComposite
-
- All Superinterfaces:
Managed
,PrimeAmongSecondarySupertypes
public interface ManagedComposite extends Managed
SpecializedManaged
contract for component/embeddable classes.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ManagedComposite
asManagedComposite()
Special internal contract to optimize type checking-
Methods inherited from interface org.hibernate.engine.spi.PrimeAmongSecondarySupertypes
asCompositeOwner, asCompositeTracker, asHibernateProxy, asManagedEntity, asManagedMappedSuperclass, asPersistentAttributeInterceptable, asProxyConfiguration, asSelfDirtinessTracker
-
-
-
-
Method Detail
-
asManagedComposite
default ManagedComposite asManagedComposite()
Special internal contract to optimize type checking- Specified by:
asManagedComposite
in interfacePrimeAmongSecondarySupertypes
- Returns:
- this same instance
- See Also:
PrimeAmongSecondarySupertypes
-
-