mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 12:44:49 +00:00
make checkstyle shut up
This commit is contained in:
parent
55a556b017
commit
f0fa64bda8
@ -30,6 +30,8 @@
|
||||
*
|
||||
* @author Steve Ebersole
|
||||
* @author Gavin King
|
||||
*
|
||||
* @deprecated like its supertypes
|
||||
*/
|
||||
@Deprecated(since = "6.0")
|
||||
public abstract class AbstractEntityTuplizer implements EntityTuplizer {
|
||||
|
@ -28,6 +28,8 @@
|
||||
*
|
||||
* @author Steve Ebersole
|
||||
* @author Gavin King
|
||||
*
|
||||
* @deprecated like its supertypes
|
||||
*/
|
||||
@Deprecated(since = "6.0")
|
||||
public class DynamicMapEntityTuplizer extends AbstractEntityTuplizer {
|
||||
|
@ -20,6 +20,8 @@
|
||||
* 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 {
|
||||
|
@ -33,6 +33,8 @@
|
||||
*
|
||||
* @author Steve Ebersole
|
||||
* @author Gavin King
|
||||
*
|
||||
* @deprecated like its supertypes
|
||||
*/
|
||||
@Deprecated(since = "6.0")
|
||||
public class PojoEntityTuplizer extends AbstractEntityTuplizer {
|
||||
|
Loading…
x
Reference in New Issue
Block a user