Package org.hibernate.engine.spi
Interface ManagedMappedSuperclass
-
- All Superinterfaces:
Managed,PrimeAmongSecondarySupertypes
public interface ManagedMappedSuperclass extends Managed
SpecializedManagedcontract for MappedSuperclass classes.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ManagedMappedSuperclassasManagedMappedSuperclass()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:
asManagedMappedSuperclassin interfacePrimeAmongSecondarySupertypes- Returns:
- this same instance
- See Also:
PrimeAmongSecondarySupertypes
-
-