public class

NoopAccessor

extends Object
implements PropertyAccessor
java.lang.Object
   ↳ org.hibernate.property.NoopAccessor

Class Overview

Used to declare properties not represented at the pojo level

Summary

Public Constructors
NoopAccessor()
Public Methods
Getter getGetter(Class arg0, String arg1)
Create a "getter" for the named attribute
Setter getSetter(Class arg0, String arg1)
Create a "setter" for the named attribute
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.hibernate.property.PropertyAccessor

Public Constructors

public NoopAccessor ()

Public Methods

public Getter getGetter (Class arg0, String arg1)

Create a "getter" for the named attribute

Parameters
arg0 The class on which the property is defined.
arg1 The name of the property.
Returns
  • An appropriate getter.

public Setter getSetter (Class arg0, String arg1)

Create a "setter" for the named attribute

Parameters
arg0 The class on which the property is defined.
arg1 The name of the property.
Returns
  • An appropriate setter