159160161162163164165166167168
/** * Implements an attributes compilation step. Called internally from "compile". */ protected void compileSpecialProperties() { this.persistenceStateProperty = new BeanAccessor( objectClass, "persistenceState", Integer.TYPE); }