make checkstyle shut up

This commit is contained in:
Gavin King 2022-01-25 08:22:22 +01:00
parent 55a556b017
commit f0fa64bda8
4 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,8 @@ import org.hibernate.type.ComponentType;
*
* @author Steve Ebersole
* @author Gavin King
*
* @deprecated like its supertypes
*/
@Deprecated(since = "6.0")
public abstract class AbstractEntityTuplizer implements EntityTuplizer {

View File

@ -28,6 +28,8 @@ import org.hibernate.tuple.DynamicMapInstantiator;
*
* @author Steve Ebersole
* @author Gavin King
*
* @deprecated like its supertypes
*/
@Deprecated(since = "6.0")
public class DynamicMapEntityTuplizer extends AbstractEntityTuplizer {

View File

@ -20,6 +20,8 @@ import org.hibernate.metamodel.RepresentationMode;
* A registry allowing users to define the default {@link EntityTuplizer} class to use per {@link RepresentationMode}.
*
* @author Steve Ebersole
*
* @deprecated like its supertypes
*/
@Deprecated(since = "6.0")
public class EntityTuplizerFactory implements Serializable {

View File

@ -33,6 +33,8 @@ import org.hibernate.type.CompositeType;
*
* @author Steve Ebersole
* @author Gavin King
*
* @deprecated like its supertypes
*/
@Deprecated(since = "6.0")
public class PojoEntityTuplizer extends AbstractEntityTuplizer {