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