Class BasicJdbcPersistentProperty

java.lang.Object
org.springframework.data.mapping.model.AbstractPersistentProperty<P>
org.springframework.data.mapping.model.AnnotationBasedPersistentProperty<org.springframework.data.relational.core.mapping.RelationalPersistentProperty>
org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
org.springframework.data.jdbc.core.mapping.BasicJdbcPersistentProperty
All Implemented Interfaces:
PersistentProperty<org.springframework.data.relational.core.mapping.RelationalPersistentProperty>, org.springframework.data.relational.core.mapping.RelationalPersistentProperty

public class BasicJdbcPersistentProperty extends org.springframework.data.relational.core.mapping.BasicRelationalPersistentProperty
Extension to BasicRelationalPersistentProperty.
Author:
Mark Paluch, Jens Schauder
  • Constructor Details

    • BasicJdbcPersistentProperty

      public BasicJdbcPersistentProperty(Property property, PersistentEntity<?,org.springframework.data.relational.core.mapping.RelationalPersistentProperty> owner, SimpleTypeHolder simpleTypeHolder, org.springframework.data.relational.core.mapping.NamingStrategy namingStrategy)
      Parameters:
      property - must not be null.
      owner - must not be null.
      simpleTypeHolder - must not be null.
      namingStrategy - must not be null
      Since:
      2.0
  • Method Details