Interface EntityMetadata<T>

All Known Subinterfaces:
EntityInformation<T,ID>
All Known Implementing Classes:
AbstractEntityInformation, DelegatingEntityInformation, PersistentEntityInformation

public interface EntityMetadata<T>
Metadata for entity types.
Author:
Oliver Gierke
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the actual domain class type.
  • Method Details

    • getJavaType

      Class<T> getJavaType()
      Returns the actual domain class type.
      Returns: