Ans : By specifying Embeddable annotation the specified class can act as a component to other class, table will not be created for that class in schema.
Ex : @Embeddable
public class Address
{----------------}
Ex : @Embeddable
public class Address
{----------------}